mirror of
https://github.com/getzola/zola
synced 2024-12-15 06:42:29 +00:00
dee1dbe667
And some tweaks as I write the docs
7 lines
214 B
HTML
7 lines
214 B
HTML
{% extends "documentation.html" %}
|
|
|
|
{% block title %}{{ super() }} - {{ page.title }} {% endblock title %}
|
|
{% block doc_content %}
|
|
<h1>{{page.title}}</h1>
|
|
{{page.content | safe}}
|
|
{% endblock doc_content %}
|