Restore VERSION_TAG template

This commit is contained in:
Tim Möhlmann
2018-12-30 15:07:45 +02:00
parent 0978ec519e
commit e7c9b32e23

4
docs/_templates/page.html vendored Normal file
View File

@@ -0,0 +1,4 @@
{%- extends "layout.html" %}
{% block body %}
{{ body|replace("VERSION_TAG", version) }}
{% endblock %}