From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/wiki/base.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/wiki/base.html (limited to 'templates/wiki/base.html') diff --git a/templates/wiki/base.html b/templates/wiki/base.html new file mode 100644 index 00000000..90d93156 --- /dev/null +++ b/templates/wiki/base.html @@ -0,0 +1,30 @@ + + + +{% block title %}{% endblock %} + + +{% block content %} +

This is the base template. Extend it with the "extends" template tag.

+{% endblock %} + + \ No newline at end of file -- cgit v1.2.3-2-g168b