{% if link %} {# let the browser go fetch #} {% else %} {# dump the files straight in! #} {# no option here for using require, because we don't need to use it#} {% endif %}
{% block body %} {# the meat of the page #} {% include "templates/wordshift-body.html" %} {% block bodyjs %} {% endblock %} {% endblock %}