From 0b8ec300ca4f2f2c3ce09d14ac1eed5478ea6420 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 26 Mar 2021 13:54:00 -0400 Subject: Template rendering implemented. Added configuration and external url handling procedure stubs --- captain/templates/index.gmi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 captain/templates/index.gmi (limited to 'captain/templates/index.gmi') diff --git a/captain/templates/index.gmi b/captain/templates/index.gmi new file mode 100644 index 0000000..0c260db --- /dev/null +++ b/captain/templates/index.gmi @@ -0,0 +1,18 @@ + +# {{ title }} - We're Levitating! + +The Levitating captain interface for the {{ project }} project. + +=> /releases.gmi Releases +=> /jobs.gmi Jobs +=> /players.gmi Players +=> /about.gmi About + +{{ content }} + + +``` +------------------------------------------------------------------------------- +``` + +Copyright 2021 Approximatrix, LLC -- cgit v1.2.3