Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/magic-app
This commit is contained in:
11
spikes/templates/second/index.html
Normal file
11
spikes/templates/second/index.html
Normal 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 %}
|
Reference in New Issue
Block a user