{% extends "base.html" %} {% block title %}{{ table.name }} — Table detail{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {# Back link — prefer the first parent package, fall back to /catalog. #} ← Back to {% if parent_packages %}{{ parent_packages[0].name }}{% else %}catalog{% endif %} {# ── Hero card ─────────────────────────────────────────────── #} {% set _qmode = (table.query_mode or 'local')|lower %} {% set _glyph_bg = table.color or 'var(--primary)' %} {% set _initials = (table.name or table.id or '?').split()|map('first')|join('')|upper %}
{{ table.description }}
{% endif %} {% if parent_packages %} {% endif %}