mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-12-26 09:47:22 +00:00
5 lines
106 B
HTML
5 lines
106 B
HTML
{%- extends "layout.html" %}
|
|
{% block body %}
|
|
{{ body|replace("VERSION_TAG", version) }}
|
|
{% endblock %}
|