From 977c7c38ff4196f43c4784308d81fd7e6a471511 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 16 Mar 2020 22:17:48 +0300 Subject: Init commit --- app/templates/base.html.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/templates/base.html.j2 (limited to 'app/templates/base.html.j2') diff --git a/app/templates/base.html.j2 b/app/templates/base.html.j2 new file mode 100644 index 0000000..b2c0957 --- /dev/null +++ b/app/templates/base.html.j2 @@ -0,0 +1,18 @@ + + + + Eternal Blume + + + + {% block load_scripts %} + {% endblock %} + + + +
+ {% block content %} + {% endblock %} +
+ + -- cgit v1.2.1-18-gbd029