1bit.pw/templates/page.html

4 lines
201 B
HTML

{% extends "content.html" %}
{% import "macros.html" as macros %}
{% block title %}{{ page.title }} - {{ config.title }}{% endblock %}
{% block content %}{{ page.content | safe }}{% endblock content %}