From f10f92353f7b87325de13af980224ae62f2960c5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 28 Apr 2025 18:04:45 -0300 Subject: real initial commit PRETTY SNAZZY --- theme/neb/templates/base.html | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 theme/neb/templates/base.html (limited to 'theme/neb/templates/base.html') diff --git a/theme/neb/templates/base.html b/theme/neb/templates/base.html new file mode 100644 index 0000000..53350ef --- /dev/null +++ b/theme/neb/templates/base.html @@ -0,0 +1,60 @@ + + + + {% block head %} + + + + {% block title %}{{ SITENAME|striptags }}{%endblock%} + + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} + {% block extra_head %}{% endblock extra_head %} + {% endblock head %} + + + + + +
+ {% block content %} + {% endblock %} +
+ + + + -- cgit 1.3.0-6-gf8a5