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