{% 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 %} {# QA Personas section — #768 — only rendered when dev personas are provisioned #} {% if qa_personas %} {% include 'site/sections/qa_personas.html' %} {% endif %}
{% include "site/includes/footer.html" %} {% endblock %}