dirty, ugly but workable
[prawokultury.git] / migdal / templates / migdal / entry / info / entry_begin.html
1 <h2><a href="{{ object.get_absolute_url }}">{{ object.title }}</a></h2>
2 {% if object.image %}
3     <img class="entry-picture" src="{{ object.image.url }}" />
4 {% endif %}
5 {{ object.lead }}