{% extends "base.html" %} {% block title %}{{ doc.title }} — Canon{% endblock %} {% block content %}

{{ doc.title }}

{{ doc.doc_type }}
View on GitHub

{{ doc.path }}

{{ doc.rendered_html | safe }}
{% endblock %}