{% 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 %} Linked references {% for bl in links %} {{ bl.title }} {% endfor %} {% endif %} {% endblock content %}