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

6 lines
171 B
HTML
Raw Normal View History

2020-04-11 17:22:25 +00:00
{% extends "content.html" %}
2018-08-22 13:30:07 +00:00
2020-04-11 17:22:25 +00:00
{% block title %}{{ page.title }} - {{ config.title }}{% endblock %}
2018-08-22 13:30:07 +00:00
{% block content %}
2020-04-11 17:22:25 +00:00
{{ page.content | safe }}
{% endblock content %}