added models, wiki class, util funcs, layout files, view files

This commit is contained in:
Matthew Scragg 2013-09-28 16:09:02 -05:00
parent 967815bda5
commit 26137047cd
16 changed files with 238 additions and 48 deletions

View file

@ -0,0 +1,6 @@
{% extends 'layout.html' %}
{% block body %}
{{ content }}
{% endblock %}