{% set metaTitle = "Dashboard" %} {% set metaUrl = '/dashboard' %} {% extends "_layout.njk" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {# Polyfill smooth scroll for older browsers #} {# We assign an ID for this so that the script can find out its own version #} {% endblock %} {% block endmeta %} {% include "_partial/noscript-refresh.njk" %} {% endblock %} {% block content %} {{ super() }} {% include "_partial/loader.njk" %} {% include "_partial/noscript.njk" %} {% endblock %}