5 lines
88 B
HTML
5 lines
88 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block main %}
|
||
|
some overview page with stuff
|
||
|
{% endblock %}
|