Initial
This commit is contained in:
7
templates/generic_index.html
Normal file
7
templates/generic_index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="style-2">
|
||||
{% include 'table.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user