1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 10:49:58 +00:00
1bit.pw/templates/page.html
2020-04-14 12:23:38 +10:00

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 %}