{% load i18n otree static %}
{# NOTE: keep this compact so that view-source is friendly for users #}
{% block head_title %}{% block title %}
{% endblock %}{% endblock %}
{% block internal_styles %}
{% comment %}
this actually belongs in internal_scripts, but we are in the process
of deprecating it, so some people's apps might still rely on jQuery being
available within the content block.
{% endcomment %}
{% endblock %}
{# these blocks are for public API #}
{% block global_styles %}{% endblock %}
{% block app_styles %}{% endblock %}
{% block styles %}{% endblock %}
{% block body_main %}{% endblock %}
{% block internal_scripts %}
{% block bootstrap_scripts %}
{% endblock %}
{% endblock %}
{% block live %}{% endblock %}
{# these blocks are for public API #}
{% block global_scripts %}{% endblock %}
{% block app_scripts %}{% endblock %}
{% block scripts %}{% endblock %}