From 3ca29bf465d0419c0915924910b4e81a73ec8cef Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 22 Jul 2020 16:11:30 +0200 Subject: import static files --- talermerchantdemos/donations/templates/base.html | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 talermerchantdemos/donations/templates/base.html (limited to 'talermerchantdemos/donations/templates/base.html') diff --git a/talermerchantdemos/donations/templates/base.html b/talermerchantdemos/donations/templates/base.html new file mode 100644 index 0000000..86f81a9 --- /dev/null +++ b/talermerchantdemos/donations/templates/base.html @@ -0,0 +1,55 @@ + + + + + + Taler Donation Demo + + + + {% block styles %}{% endblock %} + {% block scripts %}{% endblock %} + + + +
+

Taler Demo

+

Donations

+

This is the donation page, you can make donations (with an imaginary currency for now) to free software projects.

+ +

You can learn more about Taler on our main website.

+
+ +
+ {% block main %} + This is the main content of the page. + {% endblock %} +
+ +
+ + -- cgit v1.2.3