{% load staticfiles %} {% load i18n %} {% load floppyforms otree_tags %} {% block head_title %}{% block title %}{% endblock %}{% endblock %} {% block head_content %} {% include 'otree/includes/HeadContent.html' %} {% endblock %} {% block custom_styles %}{% endblock %} {% block custom_scripts %}{% endblock %} {% block content_at_top_of_body %}{% endblock %} {% block content_main %}{% endblock %} {% block internal_content_at_bottom_of_body %} {% if view.is_otree_dot_org %} {% include "otree/includes/OtreeDotOrgFeedbackWidget.html" %} {% endif %} {% endblock %} {% block content_at_bottom_of_body %}{% endblock %} {% block page_footer %} {% if PAGE_FOOTER %} {% endif %} {% endblock page_footer %}