--- layout: default ---

{{ page.title }}

{{ page.description }}
{% octicon plus class:"mr-2" %} Add to GitHub
{% if page.installations %}
{% octicon cloud-download heigh:16 class:"v-align-middle" %} {{ page.installations }}
{% endif %}
{% octicon star heigh:16 class:"v-align-middle" %} {{ page.stars }}
{% for screenshot in page.screenshots %}
Screenshot of {{ page.title }} app
{% endfor %}
{% if page.screenshots.size > 1 %}
{% for screenshot in page.screenshots %} {% endfor %}
{% endif %}

Repository

{{ page.repository }}

Authors

{% for author in page.authors %}

{{ author }}

{% endfor %}

Updated

{{ page.updated | date: "%B %e, %Y"}}

{% if page.organizations %}

Used By

{% for org in page.organizations %} {{ org }} {% endfor %} {% endif %}
{{ content }}