{% block content_experiment %}{% endblock %} {% block head_extra %} {% endblock %} {% if self.title() %} {% endif %} {% if self.meta_description() %} {% endif %} {# Define the required meta_image block #} {% if self.meta_image() %} {% endif %} {% block extra_metatags %}{% endblock %} {% include "templates/_tag_manager.html" %} {% include "templates/_vwo_smartcode.html" %} {% include "templates/_notifications.html" %} {% if not(hide_nav == True) %} {% include "templates/_navigation.html" %} {% endif %}
{% block content_head %}{% endblock %} {% block content_container %} {% block outer_content %} {% endblock outer_content %} {% endblock content_container %}
{% if not(hide_footer == True) %} {% if small_footer %} {% include "templates/small-footer.html" %} {% else %} {% include "templates/footer.html" %} {% if "/whitepapers" not in request.path %} {% endif %} {% block footer_extra %}{% endblock %} {% endif %} {% endif %}