Mercurial > piecrust2
diff docs/templates/default.html @ 276:a5d21fac8e3f
docs: Change docs' templates after changes in Jinja's wrapper.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 01 Mar 2015 18:00:41 -0800 |
parents | 26e59f837558 |
children | f51b69ad09ae |
line wrap: on
line diff
--- a/docs/templates/default.html Sun Mar 01 18:00:10 2015 -0800 +++ b/docs/templates/default.html Sun Mar 01 18:00:41 2015 -0800 @@ -45,14 +45,14 @@ {% endblock %} {% block content %} <section class="container" id="content"> - {{ content|raw }} + {{ content|safe }} </section> {% endblock %} <footer> - <p>©2014 — {{ piecrust.branding|raw }}</p> + <p>©2014 — {{ piecrust.branding|safe }}</p> </footer> </div> - {{ piecrust.debug_info|raw }} + {{ piecrust.debug_info|safe }} <script src="{{ site.root }}js/piecrust.js"></script> {% if baker.is_baking %} {{ google.analytics("UA-3426592-10") }}