]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/downloads-development.html
Initial checkin.
[people/shoehn/ipfire.org.git] / www / templates / downloads-development.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <div class="post">
5 <h3>{{ _("Development Downloads") }}</h3>
6
7 <p>
8 NEED TO FILL IN TEXT
9 </p>
10
11 <p>
12 <a href="{{ link("downloads") }}">{{ _("Get back to latest stable downloads.") }}</a>
13 </p>
14
15 <br class="clear" />
16 </div>
17
18 {% for release in releases.development %}
19 {{ modules.ReleaseItem(release) }}
20 {% end %}
21 {% end block %}