Ondrej Sika

Django tag verbatim in Jekyll

10 Jan 2014

Django template processor and Jekyll use {{ }} and {% %} for render templates. If you want print this strings you must escapte text.

In Django use blog tag {% verbatim %}, in Jekyll use {% raw %}

Share on Facebook, Twitter, Google+, Linkedin

comments powered by Disqus

--