view _layouts/default.html @ 60:ca344ecdfffa kai

Overhaul donate page. Remove Bitcoin stuff.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:01:37 +0200
parents 959937735478
children ee20b2a64fe5
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

  {% include header.html %}



  <div class="page-content">
    {{ content }}
  </div>

  {% include footer.html %}

</body>

</html>