Allow to write static pages in HTML

This commit is contained in:
Rodolphe Breard 2018-01-13 17:02:14 +01:00
parent e5fcd61105
commit 7b55cea90b

View file

@ -4,5 +4,5 @@
{% block content %}
<h1>{{ page.title }}</h1>
<p>{{ page.content }}</p>
{{ page.content|safe }}
{% endblock %}