5 <h1>{{ object.title }}</h1>
7 <h2><a href="{{ object.get_absolute_url }}">{{ object.title }}</a></h2>
12 <a href="{{ object.image.url }}">
13 <img class="entry-picture" src="{% thumbnail object.image "250x300" as thumb %}
16 {{ object.image.url }}
17 {% endthumbnail %}" />