Create a bunch of templates
This commit is contained in:
13
templates/base.html
Normal file
13
templates/base.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% include 'header.html' %}
|
||||
{% include 'body_top.html' %}
|
||||
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<main>
|
||||
{% include 'call_to_action.html' %}
|
||||
|
||||
{% include 'gallery.html' %}
|
||||
</main>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
{% include 'body_bottom.html' %}
|
Reference in New Issue
Block a user