docs/templates/page.html
2021-03-14 14:36:06 +03:00

5 lines
188 B
HTML

{% extends "index.html" %}
{% block title %} {{ config.title }} | {{ page.title }} {% endblock title %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}