{#- standard.html Template for the report content. It uses modules object to fill automatically the HTML page. #} {%- extends 'base.html' %} {%- block title %} {{ module.title }} {%- endblock %} {%- block content %} {{ module.intro if module.intro }} {%- for section in module.sections %}
{%- if section["name"] %}

{{ section["name"] }}
{{ section["title_links"] }}

{%- endif %} {{ section["content"] }}
{%- endfor %} {%- endblock %}