summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/donations-base.html.j2
blob: aec8794aa2da1eaae8e34312360940a0e44724d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "common-base.html.j2" %}

{% block head %}
  <link rel="stylesheet" type="text/css" href="{{ static('colors-donations.css') }}" />
{% endblock head %}


{% block header_content %}

<h1>
<span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') }}">{{gettext("Donations")}}</a></span></h1>
<p>{{
gettext ("This is the donation page.") + "<br>" +
gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency)
}}
</p>

{% endblock %}