{% extends 'appomatic_renderable/models/Node/page.html' %} {% block infobox %} {{ block.super }} {{obj.extra|safe}} {% endblock %} {% block flatter_description %} {% if obj.summary %} {{ obj.summary|striptags }} {% else %} {{ obj.content|truncatewords_html:50|striptags }} {% endif %} {% endblock %} {% block content %} {% if obj.summary %} {{ obj.summary|safe }} {% endif %} {% if obj.image %}