{% 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

{% 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 %}