{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.content | safe }}
{% set links = page.id_path | backlinks(order_by="title", sort="asc") %} {% if links | length > 0 %} {% endif %} {% endblock content %}