From 1920b397fad8b1d6cd0233a5aa9a12365b16a287 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 18:35:40 -0400 Subject: Initial commit --- templates/main.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 templates/main.html (limited to 'templates/main.html') diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..80c55ab --- /dev/null +++ b/templates/main.html @@ -0,0 +1,47 @@ + + + + + + + + $title$ +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ +$if(description-meta)$ + +$endif$ + + + + + + +
+ + frycon logo + + +
+
+$if(front_page)$ +${front_page()} +$else$ +${note()} +$endif$ +
+ + -- cgit v1.2.3