From 63a5afda03daefb45e061a055685335207f21b60 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 27 Apr 2024 17:01:13 -0500 Subject: test conversion back to markdown --- templates/wiki.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/wiki.html (limited to 'templates/wiki.html') diff --git a/templates/wiki.html b/templates/wiki.html new file mode 100644 index 0000000..a61d197 --- /dev/null +++ b/templates/wiki.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} + +{% block content %} +

{{ section.title }}

+

Use Ctrl + F to search wiki pages for keywords.

+
+

Wiki Page

+

Last Updated

+
+{% for page in section.pages %} +
+

{{ page.title }}

+
+{% endfor %} +{% endblock content %} -- cgit v1.2.3