konova/templates/generic_index.html

5 lines
89 B
HTML
Raw Normal View History

2021-07-01 13:36:07 +02:00
{% extends 'base.html' %}
{% block body %}
{% include 'table.html' %}
{% endblock %}