mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
5 lines
106 B
HTML
5 lines
106 B
HTML
{%- extends "layout.html" %}
|
|
{% block body %}
|
|
{{ body|replace("VERSION_TAG", version) }}
|
|
{% endblock %}
|