zola/docs/templates/page.html

8 lines
214 B
HTML
Raw Normal View History

{% extends "documentation.html" %}
2017-10-03 15:21:18 +00:00
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
{% block doc_content %}
<h1>{{page.title}}</h1>
{{page.content | safe}}
{% endblock doc_content %}