simple-s3-gallery/templates/base.html
2023-12-28 21:14:10 -06:00

14 lines
235 B
HTML

{% 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' %}