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

{% 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 %}