{%- if use_auth -%} {% from 'maple/auth.html' import base as auth_base %} {{ auth_base() }} {% endif %} {%- block script %} {%- assets "home_js" -%} {%- endassets %} {%- endblock -%} {% block style %} {%- assets "home_css" %} {%- endassets %} {%- endblock %}
{% block main -%}{%- endblock -%}
{% include 'maple/footer.html' %}