Use a template to replace the version tag
parent
8c71037d3d
commit
5831221c0e
@ -0,0 +1,4 @@
|
||||
{%- extends "layout.html" %}
|
||||
{% block body %}
|
||||
{{ body|replace("VERSION_TAG", version) }}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue