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