diff --git a/common-content/templates/jinja2/blocks/en/header.html b/common-content/templates/jinja2/blocks/en/header.html deleted file mode 100644 index 4e72697..0000000 --- a/common-content/templates/jinja2/blocks/en/header.html +++ /dev/null @@ -1,6 +0,0 @@ -{% from "widgets/page_header.html" import page_header%} - -{{ page_header( - PRIMARY_TITLE = "galae - the free, ethical, pay-per-use e-mail service", - SECONDARY_TITLE = "Standard, interoperable e-mails and a service entirely based on self-hosting ready technologies", -) }} \ No newline at end of file diff --git a/common-content/templates/jinja2/blocks/fr/header.html b/common-content/templates/jinja2/blocks/fr/header.html deleted file mode 100644 index 0b60efa..0000000 --- a/common-content/templates/jinja2/blocks/fr/header.html +++ /dev/null @@ -1,6 +0,0 @@ -{% from "widgets/page_header.html" import page_header%} -{{ page_header ( - PRIMARY_TITLE = "le service e-mail éthique et libre facturé à l'usage", - SECONDARY_TITLE = "pour des e-mails standards et interopérables et un service intégralement basé sur des technologies auto-hébergeables", - THIRD_TITLE = "Le service est désormais ouvert !" -) }} \ No newline at end of file diff --git a/content/templates/django/blocks/footer.en.html b/content/templates/django/blocks/footer.en.html deleted file mode 100644 index 7c279bf..0000000 --- a/content/templates/django/blocks/footer.en.html +++ /dev/null @@ -1,77 +0,0 @@ - \ No newline at end of file diff --git a/content/templates/django/blocks/footer.fr.html b/content/templates/django/blocks/footer.fr.html deleted file mode 100644 index 2cc28c4..0000000 --- a/content/templates/django/blocks/footer.fr.html +++ /dev/null @@ -1,78 +0,0 @@ - diff --git a/content/templates/django/blocks/header.en.html b/content/templates/django/blocks/header.en.html deleted file mode 100644 index 79eb2c8..0000000 --- a/content/templates/django/blocks/header.en.html +++ /dev/null @@ -1,6 +0,0 @@ -{% include "widgets/page_header.html" - with PRIMARY_TITLE="galae - the free, ethical, pay-per-use e-mail service" - SECONDARY_TITLE="pour des e-mails standards et interopérables et un service intégralement basé sur des technologies auto-hébergeables" - THIRD_TITLE="Le service est désormais ouvert !" -%} - diff --git a/content/templates/django/blocks/header.fr.html b/content/templates/django/blocks/header.fr.html deleted file mode 100644 index eaa9ef5..0000000 --- a/content/templates/django/blocks/header.fr.html +++ /dev/null @@ -1,6 +0,0 @@ -{% include "widgets/page_header.html" - with PRIMARY_TITLE="le service e-mail éthique et libre facturé à l'usage" - SECONDARY_TITLE="pour des e-mails standards et interopérables et un service intégralement basé sur des technologies auto-hébergeables" - THIRD_TITLE="Le service est désormais ouvert !" -%} - diff --git a/content/templates/django/post.html b/content/templates/django/post.html deleted file mode 100644 index c3e60f3..0000000 --- a/content/templates/django/post.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} - -{% block "content" %} -Publié le {{ object.timestamp|date:"Y-m-d" }}. - -
- {{ CONTENT|safe }} -
-- -
-- - {{ SECONDARY_CTA_LABEL }} - - - {{ PRIMARY_CTA_LABEL }} - - -
--
-
- « {{reference.testimonial}} » -
-