Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/magic-app

This commit is contained in:
c v t
2020-07-05 14:34:03 +02:00
38 changed files with 1369 additions and 114 deletions

View File

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<h1>Installable apps</h1>
<p>Where the magic h<em>app</em>ens.</p>
<ul>
{% for app in apps %}
<li><a href="/install/{{ app }}">{{ app }}</a></li>
</ul>
{% endfor %}
{% endblock content %}