From 92b5e5031e527885348c026f3bd3a66f5db40609 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 24 Nov 2017 17:53:55 +0100 Subject: base template --- talerdonations/donations/templates/base.html | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 talerdonations/donations/templates/base.html (limited to 'talerdonations') diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html new file mode 100644 index 0000000..dc78eb0 --- /dev/null +++ b/talerdonations/donations/templates/base.html @@ -0,0 +1,62 @@ + + + + + + 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