libregaming-website/templates/index.html

7 lines
141 B
HTML
Raw 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 content %}
{{ section.content | safe }}
{% endblock content %}