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