diff --git a/backend/templates/base.html b/backend/templates/base.html index 66b687b..7583d05 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -11,47 +11,75 @@ - + + + + + {% block links %}{% endblock links %} +
+ +
-
+ +
{% block content %}{% endblock content %}
+ +
-

© 2024 Jean-Marie family

+
- + + {% block scripts %}{% endblock scripts %} \ No newline at end of file