aboutsummaryrefslogtreecommitdiff
path: root/_templates/layout.html
blob: 7e255dc0effeb03aaccbf33c784611469c742aef (plain)
1
2
3
4
5
6
{% extends "!layout.html" %}

{% block sidebartitle %}
	<a href="https://club1.fr" class="fa fa-arrow-left" > {{ _("Retour au site principal") }} </a></br>
	{{ super() }}
{% endblock %}