diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-03-26 13:54:00 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-03-26 13:54:00 -0400 |
commit | 0b8ec300ca4f2f2c3ce09d14ac1eed5478ea6420 (patch) | |
tree | d5a0dd22d26368ff5ef3f1e9da064119bab715ec /captain/templates | |
parent | 13f8f7e0e5b2361a5d3aa3f3a21519b03cd4c9c2 (diff) | |
download | levitating-0b8ec300ca4f2f2c3ce09d14ac1eed5478ea6420.tar.gz levitating-0b8ec300ca4f2f2c3ce09d14ac1eed5478ea6420.zip |
Template rendering implemented. Added configuration and external url handling procedure stubs
Diffstat (limited to 'captain/templates')
-rw-r--r-- | captain/templates/index.gmi | 18 |
1 files changed, 18 insertions, 0 deletions
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 |