libregaming-website/templates/page.html

8 lines
209 B
HTML
Raw Permalink Normal View History

2022-02-03 00:00:08 +01:00
{% extends "base.html" %}
<!-- SPDX-License-Identifier: CC0-1.0 -->
2022-02-03 00:00:08 +01:00
{% block title %}{{ page.title }} - {{ super() }} {% endblock title %}
2022-02-03 00:00:08 +01:00
{% block content %}
{{ page.content | safe }}
{% endblock content %}