{{ title }}

Author: {{ author }} | Date: {{ date }} | Generated by: particlefilterbox
{% for section in sections %} {{ section.title }} {% if section.content %}

{{ section.content }}

{% endif %} {% for table in section.tables %} {% if table.caption %}{% endif %} {% for h in table.headers %}{% endfor %} {% for row in table.rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ table.caption }}
{{ h }}
{{ cell }}
{% endfor %} {% for fig in section.figures %}
{% if fig.caption %}
{{ fig.caption }}
{% endif %}
{% endfor %} {% endfor %}