From ff69f0e9e01d7d90773b2d1c1b339a0c8e1fc806 Mon Sep 17 00:00:00 2001 From: radhitya Date: Thu, 25 Jun 2026 22:38:51 +0700 Subject: done --- templates/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..f981b3b --- /dev/null +++ b/templates/index.html @@ -0,0 +1,34 @@ + + + + + +{{ site.title }} + + + +
+

{{ site.title }}

+ +
+
+{% if intro %}
{{ intro }}
{% endif %} + +{% if total_pages > 1 %} + +{% endif %} +
+ + + -- cgit v1.2.3