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