From d245c05825743e20d2df2900c4f8313d82ebcfe1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 2 Feb 2026 21:10:12 +0530 Subject: first commit --- templates/base.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..181d859 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,70 @@ +{% import "macros/header.html" as header %} + + + + + + + + + + {% block head_extra %}{% endblock head_extra %} + + {% if current_url %} + + {% endif %} + + + + {% if current_url %} + + {% endif %} + + + + + + + + + {% block title %}{{ config.title }}{% endblock title %} + + + +
+ + + +
+ {% block main %} +
+ {{ page.content | safe }} +
+ {% endblock main %} +
+ + + + -- cgit v1.2.3