{# content.html Template for the report content. It uses modules object to fill automatically the HTML page. #} {{ module.intro if module.intro }} {% for section in module.sections %}
{% if section["name"] %}

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

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