]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/thank-you.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / donate / thank-you.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Thank You!") }}{% end block %}
4
5 {% block container %}
6 <section class="hero is-primary is-fullheight-with-navbar">
7 <div class="hero-body">
8 <div class="container">
9 <h1 class="title">
10 {{ _("Thank You") }}
11 </h1>
12 <p class="subtitle">
13 {{ _("Thank you very much for your donation to the IPFire Project.") }}
14 </p>
15 </div>
16 </div>
17 </section>
18 {% end block %}