We Love Django As much as you do   14 |
15 |{{ post.author }} | {{ post.created_on}}
32 | 33 |{{post.content|safe|slice:":200" }}
34 | Read More → 35 |{{ post.author }} | {{ post.created_on }}
10 |{{ post.content | safe }}
11 |22 | {% endwith %} {% for comment in comments %} 23 |
24 | 25 |This awesome blog is made with our Favourite full stack Framework Django, 11 | follow up the tutorial to learn how we made it
12 | Know more 13 |
27 | {{ comment.name }} 28 | 29 | {{ comment.created_on }} 30 | 31 |
32 | {{ comment.body | linebreaks }} 33 |