membersystem/src/project/templates/index.html

6 lines
88 B
HTML
Raw Normal View History

2019-08-31 18:46:49 +00:00
{% extends "base.html" %}
2023-10-02 18:50:39 +00:00
{% block head_title %}
{% trans "Home" %}
{% endblock %}