{% extends live_template_path %} {% block head_html %} {{ super() -}} {% endblock %} {% block header_html %} {% if not for_embed and not for_print %} {% endif %} {% endblock %} {% block main_html %} {% if step_name != 'none' %} {{ super() -}} {% endif %} {% endblock %} {% block footer_html %} {% if not for_embed and not for_print %}
{{ attribution_text | safe }}
{% endif %} {% endblock %} {% block body_js %} {% include 'step-body.js' %} {% include 'sw.js' %} {{ super() -}} {% endblock %}