mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 03:29:23 +01:00
5 lines
101 B
HTML
5 lines
101 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{% include "base-page.html" %}
|
|
{% endblock content %}
|