1
0
Fork 0
website/templates/page.html

10 lines
203 B
HTML

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