{% extends "base.html" %} {% import "macros.html" as macros %} {% block content %} {{ page.content | replace(from="", to=macros::linklog(page=page)) | safe }} {% endblock %}