{{ doc.title | e }}
{{ content_html | safe }}
{% if doc.tags %}
{% endif %}
{% if github_url %}
{% endif %}
{% 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 %}