summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/footer.html.j2
blob: 7c585bc9a9ae486e74ccab60e3c29dd9489704b4 (plain)
1
2
3
4
5
6
7
8
9
10
<hr />
<div>
  <p>
    {{
       gettext('You can learn more about GNU Taler on our main <a href="{site}">website</a>.').format(site="https://taler.net/" + lang + "/")
    }}
  </p>
  <div style="flex-grow:1"></div>
  <p>Copyright &copy; 2014&mdash;2020 Taler Systems SA</p>
</div>