diff --git a/_posts/08-04-01-Compiled-Templates.md b/_posts/08-04-01-Compiled-Templates.md index 80c7ec8..d8ed5dc 100644 --- a/_posts/08-04-01-Compiled-Templates.md +++ b/_posts/08-04-01-Compiled-Templates.md @@ -18,7 +18,7 @@ there is a slight performance hit, however this is very minimal when proper cach Using the [Twig] library. -{% highlight text %} +{% highlight html+jinja %} {% raw %} {% include 'header.html' with {'title': 'User Profile'} %} @@ -33,7 +33,7 @@ Using the [Twig] library. Using the [Twig] library. -{% highlight text %} +{% highlight html+jinja %} {% raw %} // template.html @@ -52,7 +52,7 @@ Using the [Twig] library. {% endraw %} {% endhighlight %} -{% highlight text %} +{% highlight html+jinja %} {% raw %} // user_profile.html @@ -70,4 +70,4 @@ Using the [Twig] library. [article_templating_engines]: http://fabien.potencier.org/article/34/templating-engines-in-php [Twig]: http://twig.sensiolabs.org/ [Smarty]: http://www.smarty.net/ -[Mustache]: http://mustache.github.io/ \ No newline at end of file +[Mustache]: http://mustache.github.io/