{% extends "base.html" %} {% block title %}{{ spec.document.frontmatter.title }} — Canon{% endblock %} {% block content %}

{{ spec.document.frontmatter.title }}

Status: {{ spec.document.frontmatter.status | replace("_", " ") | title }} {% if spec.document.frontmatter.review_status %} Review: {{ spec.document.frontmatter.review_status | replace("_", " ") | title }} {% endif %} Owner: {{ spec.document.frontmatter.owner }} Team: {{ spec.document.frontmatter.team }} {% if spec.document.frontmatter.created %} Created: {{ spec.document.frontmatter.created }} {% endif %} {% if spec.document.frontmatter.updated %} Updated: {{ spec.document.frontmatter.updated }} {% endif %} {% for tag in spec.document.frontmatter.tags %} {{ tag }} {% endfor %}
{{ spec.rendered_html | safe }}
{% if posthog_key %} {% endif %} {% endblock %}