mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
5 lines
124 B
HTML
5 lines
124 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main_content %}
|
|
{{ macros_content::content(page=page)}}
|
|
{% endblock main_content %}
|