From 4165b2c0d86d1e3f47a7caf9a086798e51315f3b Mon Sep 17 00:00:00 2001 From: eatradish Date: Sat, 9 Apr 2022 19:34:05 +0800 Subject: init --- templates/archives.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/archives.html (limited to 'templates/archives.html') diff --git a/templates/archives.html b/templates/archives.html new file mode 100644 index 0000000..e691c86 --- /dev/null +++ b/templates/archives.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} + +{% block content %} +
+ +
+{% endblock %} -- cgit v1.2.3