aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/dtl/demos/templates/blog_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/dtl/demos/templates/blog_detail.html')
-rw-r--r--includes/js/dojox/dtl/demos/templates/blog_detail.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/js/dojox/dtl/demos/templates/blog_detail.html b/includes/js/dojox/dtl/demos/templates/blog_detail.html
new file mode 100644
index 0000000..2b6146d
--- /dev/null
+++ b/includes/js/dojox/dtl/demos/templates/blog_detail.html
@@ -0,0 +1,10 @@
+<!--{% extends base %}-->
+
+<!--{% block body %}-->
+<div>
+<h3><!--{{ blog.title }}--></h3>
+<div><small>posted on <!--{{ blog.date|date }}--> by <!--{{ blog.author }}--></small></div>
+<p><!--{{ blog.teaser }}--></p>
+<p><!--{{ blog.body }}--></p>
+</div>
+<!--{% endblock %}--> \ No newline at end of file