1 {% extends "base.html" %}
6 {% block "main_menu" %}
7 {% main_menu 'object' entry %}
8 {% endblock "main_menu" %}
13 <div class="entry entry-short entry-{{ entry.type }}">
14 <div class="entry-wrapped">
16 {% entry_begin entry %}
21 {% if entry.get_type.commentable %}
22 {% render_comment_list for entry %}
23 {% entry_comment_form entry %}