]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/static/donation.html
Added donation page.
[people/shoehn/ipfire.org.git] / www / templates / static / donation.html
CommitLineData
d964a8fa
JPT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Donation") }}{% end block %}
4
5
6{% block content %}
7
8
9 <div class=post>
10 <h3>{{ _("Donation") }}</h3>
11 <img src="{{ static_url("images/page_icons/donation.png") }}") }}" class="floatTR" border="0" alt="{{ _("Donation") }}" />
12 <p>
13 {% if lang == "de" %}
14 Mit jeder Spende und sei sie noch so klein unterstützen sie dieses Projekt sehr.
15 {% else %}
16 With each donation, and if with small ones you support this project.
17 {% end %}
18 </p>
19 </div>
20 <br class="clear" />
21
22 {% end block %}