From f951d9e2660ab3c12ed5fe47165c027ee309ae60 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 6 Mar 2017 00:21:07 +0100 Subject: factor out base template --- index.html.j2 | 210 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 109 insertions(+), 101 deletions(-) (limited to 'index.html.j2') diff --git a/index.html.j2 b/index.html.j2 index 5262bf2d..bbbb525d 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -1,121 +1,129 @@ - - - - - {{ _("GNU Taler") }} - - {% include "common/header.j2.inc" %} - - -
- {% include "common/navigation.j2.inc" %} - -
- Taler logo -
-
-

{{ _("Independent One-Click Payments!") }}

- -

{{ _("Taler is an electronic payment system under - development - at Inria. We expect to make it operational in 2017. - Meanwhile you can learn about Taler on this website, try the demo - and look at our developer and API documentation. - ") }}

- -
- +{% extends "common/base.j2" %} +{% block body_content %} +
+ +
+ Taler logo
+
+

{{ _("Independent One-Click Payments!") }}

-
-
+

+ {% trans %} + Taler is an electronic payment system under + development + at Inria. We expect to make it operational in 2017. + Meanwhile you can learn about Taler on this website, try the demo + and look at our developer and API documentation. + {% endtrans %} +

+ +
-
-
-

{{ _("Taxable") }}

+
-

{{ _("Unlike Bitcoin or cash payments, Taler ensures that - governments can learn their citizen's total income - and thus collect sales, value-added or income - taxes. Taler is a currency for the mainstream - economy, and not the black market.") }}

+
+
-
-
-

{{ _("Anonymous") }}

+
+
+

{{ _("Taxable") }}

-

{{ _("When you pay with Taler, your identity does not - have to be revealed to the merchant. Just like - payments in cash, nobody else can track how you - spent your electronic money. However, you obtain a - legally valid proof of payment.") }}

+

+ {% trans %} + Unlike Bitcoin or cash payments, Taler ensures that + governments can learn their citizen's total income + and thus collect sales, value-added or income + taxes. Taler is a currency for the mainstream + economy, and not the black market. + {% endtrans %} +

-
-
-

{{ _("Libre") }}

+
+
+

{{ _("Anonymous") }}

-

{{ _("Taler is free software - from the GNU - project implementing an open protocol. Anybody - is welcome to inspect our code and integrate our - reference implementation into their applications.") - }}

+

+ {% trans %} + When you pay with Taler, your identity does not + have to be revealed to the merchant. Just like + payments in cash, nobody else can track how you + spent your electronic money. However, you obtain a + legally valid proof of payment. + {% endtrans %} +

-
-
-
-

{{ _("Electronic") }}

- -

{{ _("Taler is easy to integrate with existing Web - applications. Payments are cryptographically - secured and are confirmed within milliseconds with - extremely low transaction costs.") }}

+
+

{{ _("Libre") }}

-
-
-

{{ _("Reserves") }}

+

+ {% trans %} + Taler is free software + from the GNU project + implementing an open protocol. Anybody + is welcome to inspect our code and integrate our + reference implementation into their applications. + {% endtrans %} +

-

{{ _("Taler does not introduce a new currency with - fluctuation risks, and instead uses a digital - wallet holding coins in reserve. Taler's - cryptographic coins correspond to existing - currencies, such as US Dollars, Euros or even - Bitcoins.") }}

- -
-
+
+
+

{{ _("Electronic") }}

+ +

+ {% trans %} + Taler is easy to integrate with existing Web + applications. Payments are cryptographically + secured and are confirmed within milliseconds with + extremely low transaction costs. + {% endtrans %} +

-
-
+
+
+

{{ _("Reserves") }}

-
-

{{ _("Latest Videos") }}

-

{{ _("Florian Dold talks about Taler at 50p!") }}

- - Creative Commons License
"GNU Taler" by Florian Dold, produced by 50p is licensed under a Creative Commons Attribution NoDerivatives 3.0 Unported License. -
+

+ {% trans %} + Taler does not introduce a new currency with + fluctuation risks, and instead uses a digital + wallet holding coins in reserve. Taler's + cryptographic coins correspond to existing + currencies, such as US Dollars, Euros or even + Bitcoins. + {% endtrans %} +

+
-
-
-

{{ _("Taler News") }}

- {% include "news.html.j2.inc" %} -
-
-

{{ _("Financial News") }}

- {% include "financial-news.html.j2.inc" %} -
+
+
+
+ +
+
+ +
+

{{ _("Latest Videos") }}

+

{{ _("Florian Dold talks about Taler at 50p!") }}

+ + Creative Commons License
"GNU Taler" by Florian Dold, produced by 50p is licensed under a Creative Commons Attribution NoDerivatives 3.0 Unported License.
-
-
-
- {% include "common/footer.j2.inc" %} +
+
+
+

{{ _("Taler News") }}

+ {% include "news.html.j2.inc" %}
+
+

{{ _("Financial News") }}

+ {% include "financial-news.html.j2.inc" %} +
- - +
+{% endblock body_content %} -- cgit v1.2.3