Move to src dir.
[edumed.git] / src / edumed / templates / flatpages / default.html
diff --git a/src/edumed/templates/flatpages/default.html b/src/edumed/templates/flatpages/default.html
new file mode 100755 (executable)
index 0000000..1ab012c
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% load textile_pl from fnp_markup %}
+
+{% block title %}{{ flatpage.title }}{% endblock %}
+
+{% block body %}
+<div id="main-bar" class="flatpage">
+{{ flatpage.content|textile_pl }}
+</div>
+{% endblock %}