{% extends "_layouts/_base.html" %} {% block content %} {# Try to find a meaningful title for the item #} {% set item_title = item.name | default(item.plot_name) | default(item[id_column]) %} {# Define page_title for the base template #} {% set page_title = item_title|string + ' | ' + (site.title | default('Niamoto Export')) %}
{{ item | tojson(indent=2) }}#} {# Section for Rendered Widgets #} {% if widgets %}
No visualizations configured for this item.
{% endif %} {% endblock %} {# Include widget dependencies in base template blocks #} {% block styles %} {{ super() }} {# Add specific detail page styles if needed #} {% endblock %} {% block scripts %} {{ super() }} {# Add specific detail page scripts if needed #} {% endblock %}