{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% import 'input/comment.html' as comment with context %} {% macro show_items(items, comments=False) %} {# show items and comments items if present after each item, then post form if allow_commenting is set #} {% for item in items %} {% if not comments %}