{% use '/themes/default/head.html' with title as head_title, meta as head_meta, css as head_css %} {% block title %} {{ block('head_title') }} {% endblock %} {% block meta %} {{ block('head_meta') }} {% endblock %} {{ block('head_css') }} {% block css %} {% endblock %} {% block body %} {% endblock %} {% include '/themes/default/js.html' %} {% block js %} {% endblock %}