{% extends "base.html" %} {% block title %}Applications - Hop3 Dashboard{% endblock %} {% block content %}

Applications

A list of all deployed applications on your Hop3 server.

{% if apps %}
Showing of applications
{% else %}

No applications

Get started by deploying your first application.

{% endif %}
{% endblock %}