From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- tmpl/index.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tmpl/index.tmpl (limited to 'tmpl/index.tmpl') diff --git a/tmpl/index.tmpl b/tmpl/index.tmpl new file mode 100644 index 0000000..cea7e90 --- /dev/null +++ b/tmpl/index.tmpl @@ -0,0 +1,19 @@ +{% extends "base.tmpl" %} + +{% block title %}{{ sitename | escape }}{% endblock %} + +{% block page_contents %} +
+

Welcome to {{ sitename | escape }}

+

+

This is a sample mcoop install, the intent of mcoop is to be used to manage small Co-Operatives, so far there aren't many features but here's a TODO list for some of the intended features

+ +
+ Disclaimer: Mainline is not an actual Co-Operative and isn't registered, the author is just interested in them and wanted to create a management webapp that might eventually be used by real Co-Operatives. +
+
+{% endblock %} -- cgit v1.1