phantasma/app/templates/index.html
2021-09-28 15:10:22 +02:00

4 lines
88 B
HTML

{% extends "base.html" %}
{% block main %}
some overview page with stuff
{% endblock %}