{% for app in apps %}
{{ app.title or app.name }}
{% if app.description %}

{{ app.description | safe }}

{% endif %} {% if app.path %}

{{ app.path }}

{% endif %} {% if app.hostname %}

{{ app.hostname }}

{% endif %} {% if app.github %}

https://github.com/{{ app.github }}

{% endif %} {% if app.docs %}

{{ app.docs }}

{% endif %}

Last updated {{ app.last_updated }}

{% endfor %}