{% extends "base.html" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% if config['LOAD_OBJECTS_IN_BACKGROUND'] %} {% endif %} {% endblock %}