From 3b2655c188d9ad8ea8c6747a3faf5580235a6204 Mon Sep 17 00:00:00 2001 From: Dominik Meister Date: Thu, 20 Aug 2020 17:25:51 +0200 Subject: added build system --- common/base.j2 | 13 +++++++++++++ common/header.j2.inc | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 common/base.j2 create mode 100644 common/header.j2.inc (limited to 'common') diff --git a/common/base.j2 b/common/base.j2 new file mode 100644 index 0000000..f9719af --- /dev/null +++ b/common/base.j2 @@ -0,0 +1,13 @@ + + + + + {{ _("Anastasis") }} + + {% include "common/header.j2.inc" %} + {% block head_content %}{% endblock %} + + + {% block body_content %}{% endblock %} + + diff --git a/common/header.j2.inc b/common/header.j2.inc new file mode 100644 index 0000000..fc6bff2 --- /dev/null +++ b/common/header.j2.inc @@ -0,0 +1,40 @@ + + + + + + + + + + + -- cgit v1.2.3