2023-12-28 21:14:10 -06: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' %}
|