summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/base.html
blob: a1de3f3f380ef4f35afe8357cc13d1db93205f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "common_base.html" %}

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

{% block header_content %}

<p>
  {{ _("This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some <a href=\"{public_accounts}\">Public Accounts</a>.").format(public_accounts=url('public-accounts')) }}
</p>

{% endblock %}