{% extends theme("blog/layout.html") %} {% import theme("blog/utils.html") as blog_utils with context %} {% block blog_content %} {% if blog_entry_item %} {{ blog_utils.show_blog_entry(blog_entry_item) }} {% endif %} {% endblock %}