mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 09:29:57 +00:00
9 lines
130 B
HTML
9 lines
130 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block content %}
|
|
<main class="main">
|
|
{{ page.content | safe }}
|
|
</main>
|
|
{% endblock content %}
|
|
|