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!
|
2024-10-21 08:57:15 +00:00
|
|
|
<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 %}
|