{{ app.title }}

{{ app.description }}

{% if app.installations %}
{% octicon cloud-download height:16 class:"v-align-middle" %} {{ app.installations }}
{% endif %}
{% octicon star height:16 class:"v-align-middle" %} {{ app.stars }}
{% for author in app.authors %} Made by {{ author }} {% endfor %}