{% extends "base.html" %} {% block title %}{{ page.title }} — Cairn Dashboard{% endblock %} {% block content %} {{ page.title }} {{ page.state }} Back to wiki {{ page.html | safe }} {% if page.sources %} Sources {% for source in page.sources %} {% for key, value in source.items() %}{{ key }}: {{ value }}{% if not loop.last %}, {% endif %}{% endfor %} {% endfor %} {% endif %} {% endblock %} {% block scripts %} {#- Mermaid fences render live client-side; offline/no-JS keeps the code block visible (the renderer emits pre.mermaid with escaped text). -#} {% endblock %}
{{ page.state }} Back to wiki
{{ value }}