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