{% extends "site/site_base.html" %} {% block og_meta %} {% include "site/includes/og_meta.html" %} {% endblock %} {% block body %} {% include "site/includes/nav.html" %}
{% if sections %} {% for section in sections %} {% if section.background and section.background != "default" %}
{% include ["site/sections/" + section.type + ".html", "site/sections/generic.html"] %}
{% else %} {% include ["site/sections/" + section.type + ".html", "site/sections/generic.html"] %} {% endif %} {% endfor %} {% else %}
Loading...
{% endif %}
{% include "site/includes/footer.html" %} {% endblock %}