{% extends 'base.html' %} {% block title %}Blog{% endblock title %} {% block body %}

Blogs

{% for dest in dests%}
...

{{dest.name}}

{{dest.desc}}

{% comment %}
{% endcomment %} 9 mins
{% endfor %}
{% endblock body %}