]> git.ipfire.org Git - ipfire.org.git/blame - templates/modules/sidebar-release.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / sidebar-release.html
CommitLineData
60024cc8
MT
1{% if latest %}
2 <!-- XXX not good style -->
3 <div style="text-align: center;">
4 <h3>{{ _("Latest release") }}</h3>
940227cb 5 <p>
60024cc8 6 <a href="/downloads">{{ latest.name }}</a>
940227cb 7 </p>
60024cc8
MT
8 <p>
9 <a class="btn btn-success" href="/downloads">{{ _("Download now") }}</a>
10 </p>
11 </div>
12{% end %}