From 6d0777840e50ce98f3d96629b4e92bbdccd3001c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 25 Mar 2012 21:08:29 +0200 Subject: first code that allows you to create pastes and view them --- data/templates/base.htm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/templates/base.htm (limited to 'data/templates/base.htm') diff --git a/data/templates/base.htm b/data/templates/base.htm new file mode 100644 index 0000000..f406f00 --- /dev/null +++ b/data/templates/base.htm @@ -0,0 +1,17 @@ + + + + + {% block title %}{% endblock %} - Phorkie + + + +
{% block content %}{% endblock %}
+ + \ No newline at end of file -- cgit v1.2.3