{{ display_name }}

{% if doc %}

Session description

{{ doc }}

{% endif %}

App sequence

{% for app in app_sequence %} {% endfor %}
{{ app.name }}

{{ app.doc|safe }}

{% if app.source_code %}

Source Code here.

{% endif %} {% if app.bibliography %} Recommended Literature
    {% for bibl in app.bibliography %}
  • {{bibl}}
  • {% endfor %}
{% endif %} {% for title, links in app.links %}

{{title}}: {% for name, href in links.items %} {{name}}{% if not forloop.last %},{% endif %} {% endfor %}

{% endfor %}