Index: templates/article.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/templates/article.tmpl |
@@ -0,0 +1,5 @@ |
+{% extends "templates/default" %} |
+ |
+{% block body %} |
+ {{ body | safe }} |
+{% endblock %} |