{% extends "base.html" %} {% load foundry_tags %} {% block extrameta %} {% endblock %} {% block extratitle %}{% if not object.is_homepage %} - {{ object.title }}{% endif %}{% endblock %} {% block page_content %} {% if object.css %} {% endif %} {% with object.rows_by_block_name.content as rows %} {% include "foundry/inclusion_tags/rows.html" %} {% endwith %} {% endblock %}