9 lines
189 B
HTML
9 lines
189 B
HTML
<!DOCTYPE html>
|
|
{% include 'head.html' %}
|
|
{% include 'header.html' %}
|
|
{% include 'logo.html' %}
|
|
{% include 'subheader.html' %}
|
|
{% block content %}
|
|
{% include 'table.html' %}
|
|
{% endblock %}
|