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
2018-08-22 23:30:07 +10:00

9 lines
130 B
HTML

{% extends "index.html" %}
{% block content %}
<main class="main">
{{ page.content | safe }}
</main>
{% endblock content %}