7 lines
126 B
HTML
7 lines
126 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block body %}
|
|
<div class="style-2">
|
|
{% include 'table.html' %}
|
|
</div>
|
|
{% endblock %} |