{% extends 'base.html'%} {% block body %} {{super()}} {% block header %} {% include "kjaymiller_com/components/_header.html" %} {% endblock %} {% if hero %} {% if hero.target %} {{hero.title}} {% else %} {{hero.title}} {% endif %} {% if hero.from_template %} {% include hero.from_template %} {% else %} {{hero.content}} {% endif %} {% endif %} {% if secondary %} {% if hero.target %} {{secondary.title}} {% else %} {{secondary.title}} {% endif %} {% if secondary.from_template%} {% include secondary.from_template %} {% else %} {{secondary.content}} {% endif %} {% endif %} {% if other %} {% if other.target %} {{other.title}} {% else %} {{other.title}} {% endif %} {% for other_section in other['sections'] %} {% if other_section.target %} {{other_section.title}} {% else %} {{other_section.title}} {% endif %} {% if other_section.from_template %} {% include other_section.from_template %} {% else %} {{other_section.content}} {% endif %} {% endfor %} {% endif %} {% block footer %} {% include "kjaymiller_com/components/_footer.html" %} {% endblock %} {% endblock %}
{{other_section.content}}
{% endif %} {% endfor %} {% endif %}