{% if include_analytics %}
{% include "top.html" %}
{% endif %}
{% block body %}{% endblock %}
{% if include_analytics %}
{% include "bottom.html" %}
{% include "analytics.html" %}
{% endif %}
{% include "footer.html" %}