{% extends "base.html" %} {% block title %}{{ doc.title | e }}{% endblock %} {% block meta_description %}{{ doc.excerpt(160) | e }}{% endblock %} {# Recursive macro for sidebar navigation tree #} {% macro render_nav_tree(items, current_path) %} {% endmacro %} {% block sidebar_content %} {% endblock %} {% block content %}

{{ doc.title | e }}

{% if doc.last_modified %} {% endif %} {% if doc.tags %}
{% for tag in doc.tags %} {{ tag | e }} {% endfor %}
{% endif %}
{{ content_html | safe }}
{% if doc.tags %} {% endif %} {% if github_url %} {% endif %}
{% if headings %} {% endif %}
{% endblock %}