{% extends "core_components/site_base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core_components/header.html"%} {% endblock %} {% block body %}

Apps

Additional apps, plugins, & dashboards made with Simmate.

{% for app_name in extra_apps %}
{{ app_name }}

~~ an example description for this new app ~~

Learn More... Try it out!
{% endfor %}
{% endblock %}