{% extends "layout.html" %} {% block title %}Table: {{table.name}}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block masthead %}

Table: {{table.name}}

{{b.identity.fqname}}

{% if table.description -%}

{{table.description}}

{% endif -%} {% endblock %} {% block body %} {% include 'table_block.html' %} {% endblock %}