]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_month.html
Began to implement archive view
[pcdenotes.git] / notes / templates / archive_month.html
diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html
new file mode 100644 (file)
index 0000000..ced8896
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "note_base.html" %}
+
+{% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
+
+{% block content %}
+<h2>Archive {{ month }} / {{ year }}</h2>
+
+
+{% endblock %}
\ No newline at end of file

patrick-canterino.de