We Love Django As much as you do   -
+We Love Django As much as you do  
+ + {% endif %}{{ post.author }} | {{ post.created_on}}
-{{post.content|safe|slice:":200" }}
Read More →{{ post.author }} | {{ post.created_on }}
{{ post.content | safe }}
+{% endwith %} {% for comment in comments %}
-
{{ comment.name }} diff --git a/templates/sidebar.html b/src/templates/sidebar.html old mode 100755 new mode 100644 similarity index 100% rename from templates/sidebar.html rename to src/templates/sidebar.html