blob: e4fc945941400b6293c4aa3edd3d304e3ef9e832 (
plain)
1
2
3
4
5
6
|
{% extends "base.html" %}
{% import "macros.html" as macros %}
{% block content %}
{{ page.content | replace(from="<!-- linklog -->", to=macros::linklog(page=page)) | safe }}
{% endblock %}
|