{% extends "templates/base.html" %} {% import "macros/extra_js.html" as add_js_macros %} {% block title %}QP: {{ array_element }} {{ subitem }}{% endblock %} {% block content %}

Welcome to the 'naked' {{ array_element }} page

Here there should likely be some summary results.

{% endblock %} {% block extra_js %} {{ add_js_macros.add_js(['d3']) }} {% endblock %}