{% extends 'generic/object.html' %}
{% load static %}
{# Breadcrumbs, the tab strip and the page body all come from the declarative layout on the #}
{# floorplan tab views. Only the asset blocks, which a panel cannot reach, are overridden #}
{# here; the canvas itself lives in inc/floorplan_canvas.html as a TemplatePanel. #}
{% block head %}
{{ block.super }}
{% endblock head %}
{% block javascript %}
{{ block.super }}
{% endblock javascript %}