simple-s3-gallery/templates/base.html

14 lines
235 B
HTML
Raw Normal View History

2023-12-29 03:14:10 +00:00
{% 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' %}