{% block navbar %} {% include 'static/logo.svg' %} {% for section in obj.sections -%} {{ section._title }} {%- endfor %} {%- endblock navbar %} {% block content -%} {% for section in obj.sections -%} {{ section|html }} {%- endfor %}
Report generated in {{ obj.duration }} • tslumen