{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load jmbo_inclusion_tags %} {% block content %} {% with object.get_items as items %}
{% if object.content %}
{{ object.content|safe }}
{% endif %} {% endwith %} {% endblock %}