{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% set dates_format='relative' %} {% import 'blog/macros.html' as blog with context %} {% block body %}
{{ blog.show_items(items) }}
{% endblock body %}