{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% set dates_format='relative' if single else 'short' %} {% import 'blog/macros.html' as blog with context %} {% import 'input/textbox.html' as textbox with context %} {% block body %}
{{ blog.show_items(items, expanded=true) }}
{{- textbox.comment_or_login(service=service, node=node, placeholder=_("Enter your message here")) -}}
{% endblock body %}