1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/templates/page.html

9 lines
130 B
HTML
Raw Normal View History

2018-08-22 13:30:07 +00:00
{% extends "index.html" %}
{% block content %}
<main class="main">
{{ page.content | safe }}
</main>
{% endblock content %}