{{ 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 %}
{{ table.caption }}
{% endif %}
{% for h in table.headers %}
{{ h }}
{% endfor %}
{% for row in table.rows %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}
{% endfor %} {% for fig in section.figures %}
{% if fig.caption %}
{{ fig.caption }}
{% endif %}
{% endfor %} {% endfor %}