Test 1
This commit is contained in:
9
templates/main/layout.html
Normal file
9
templates/main/layout.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block nav %}{% include "main/nav.html" %}{% endblock %}
|
||||
|
||||
|
||||
{% block footer %}
|
||||
{% include "main/modal.html" %}
|
||||
{% include "main/footer.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user