funquail/docs/_templates/layout.html

16 lines
432 B
HTML
Raw Normal View History

2022-03-02 14:00:44 +01:00
{% extends "!layout.html" %}
{% block document %}
{% if current_version and current_version.name == "develop" %}
2022-03-02 14:00:44 +01:00
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This documentation only applies for the development version of
Funkwhale! <a href="{{ vpathto('stable') }}">Visit the docs for the latest
release.</a></p>
</div>
{% endif %}
{{ super() }}
{% endblock %}