{% extends config.BASE_TEMPLATE %} {%- block bypasslinks %} {%- endblock bypasslinks %} {%- block page_body %} {% if is_preview %} {% endif %}
{% block record_header %} {% endblock record_header %}
{# Main content #}
{% block record_main_content %} {% endblock record_main_content %} {% if embedded %} {% endif %}
{# Sidebar #} {% if not embedded %} {% endif %}
{% endblock page_body %} {% if not embedded %} {%- block javascript %} {{super()}} {{webpack["record_export.js"]}} {{webpack["record_versions.js"]}} {{webpack["record_sharing.js"]}} {%- endblock javascript %} {% endif %}