{{ dashboard.name }}
Fabled Scryer · read-only view
{% if widgets %}
{% for item in widgets %}
{{ item.title }}
{# Pass share token as &s= param so require_role allows through #}
{% endfor %}
{% else %}
This dashboard has no widgets.
{% endif %}