{% extends "page.html" %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {{ super() }} {% if frontend == "voila" %} {{ resources.include_js("static/voila-style.js") }} {% endif %} {% endblock %} {% block body %} {% set openInNewTab = 'target=_blank' %}