Remove the default title on pages

This commit is contained in:
Rodolphe Breard 2018-01-20 12:48:47 +01:00
parent ddaf8c0027
commit 3a0d5f6be1

View file

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