Updated
This commit is contained in:
@@ -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 %}-->
|
||||
Reference in New Issue
Block a user