{{ app.title }}

{{ app.description }}

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