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 }}">
18 <div class="entry-wrapped">
20 {% entry_begin entry %}
25 {% if entry.get_type.commentable %}
26 {% render_comment_list for entry %}
27 {% entry_comment_form entry %}