2017-09-27 14:37:17 +00:00
|
|
|
{% extends "documentation.html" %}
|
|
|
|
|
2017-10-03 15:21:18 +00:00
|
|
|
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
|
2017-09-27 14:37:17 +00:00
|
|
|
{% block doc_content %}
|
|
|
|
<h1>{{page.title}}</h1>
|
|
|
|
{{page.content | safe}}
|
2019-01-11 19:29:46 +00:00
|
|
|
{{hey}}
|
2017-09-27 14:37:17 +00:00
|
|
|
{% endblock doc_content %}
|