funkwhale/docs/_templates/layout.html

18 wiersze
428 B
HTML

2022-03-02 13:00:44 +00:00
{% extends "!layout.html" %}
{% block document %}
2023-01-30 11:25:25 +00:00
{% if current_version and current_version.name == "develop" %}
<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 stable documentation for the latest release.</a>
2023-01-30 11:25:25 +00:00
</p>
</div>
{% endif %}
2022-03-02 13:00:44 +00:00
{{ super() }}
{% endblock %}