{{ title }}

{{ description }}

{% 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 %} {% if app.track %}

Visitors since {{ app.handler.extensions["hosted-flasks-tracker"].humanized_since }} : {{ app.handler.extensions["hosted-flasks-tracker"].hits }}

{% endif %}
{% endfor %}