7 lines
132 B
HTML
7 lines
132 B
HTML
<!DOCTYPE html>
|
|
{% include 'head.html' %}
|
|
{% include 'header.html' %}
|
|
{% block content %}
|
|
{% include 'table.html' %}
|
|
{% endblock %}
|