2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/theme/templates/page.html

14 lines
197 B
HTML
Raw Normal View History

2019-05-30 22:17:39 +02:00
{% extends "base.html" %}
2019-08-15 21:19:25 +02:00
<!--
2019-07-26 12:05:08 +02:00
{% block title %}
{{ page.title }}
{% endblock %}
2019-08-15 21:19:25 +02:00
-->
2019-05-30 22:17:39 +02:00
{% block content %}
2019-07-26 12:05:08 +02:00
{% block page_content %}
{{ page.content }}
{% endblock %}
2019-05-30 22:17:39 +02:00
{% endblock %}