1 {% extends "base.html" %}
6 {% block "main_menu" %}
7 {% if entry.categories %}
8 {% main_menu 'objects' entry.categories.all %}
10 {% main_menu 'entry_type' entry.type %}
12 {% endblock "main_menu" %}
17 <div class="entry entry-short entry-{{ entry.type }}">
19 {% entry_begin entry %}
22 {% if entry.get_type.commentable %}
23 {% render_comment_list for entry %}
24 {% entry_comment_form entry %}