Merge pull request #488 from peterkokot/patch-twig

Syntax highlighting for Twig examples enabled
This commit is contained in:
Phil Sturgeon
2015-01-02 11:42:04 -05:00

View File

@@ -18,7 +18,7 @@ there is a slight performance hit, however this is very minimal when proper cach
Using the [Twig] library. Using the [Twig] library.
{% highlight text %} {% highlight html+jinja %}
{% raw %} {% raw %}
{% include 'header.html' with {'title': 'User Profile'} %} {% include 'header.html' with {'title': 'User Profile'} %}
@@ -33,7 +33,7 @@ Using the [Twig] library.
Using the [Twig] library. Using the [Twig] library.
{% highlight text %} {% highlight html+jinja %}
{% raw %} {% raw %}
// template.html // template.html
@@ -52,7 +52,7 @@ Using the [Twig] library.
{% endraw %} {% endraw %}
{% endhighlight %} {% endhighlight %}
{% highlight text %} {% highlight html+jinja %}
{% raw %} {% raw %}
// user_profile.html // user_profile.html
@@ -70,4 +70,4 @@ Using the [Twig] library.
[article_templating_engines]: http://fabien.potencier.org/article/34/templating-engines-in-php [article_templating_engines]: http://fabien.potencier.org/article/34/templating-engines-in-php
[Twig]: http://twig.sensiolabs.org/ [Twig]: http://twig.sensiolabs.org/
[Smarty]: http://www.smarty.net/ [Smarty]: http://www.smarty.net/
[Mustache]: http://mustache.github.io/ [Mustache]: http://mustache.github.io/