zola/docs/templates/page.html
Vincent Prouillet 4259fcad79 woops
2019-01-22 17:26:09 +01:00

8 lines
214 B
HTML

{% extends "documentation.html" %}
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
{% block doc_content %}
<h1>{{page.title}}</h1>
{{page.content | safe}}
{% endblock doc_content %}