takahe/templates/identity/base.html

8 lines
186 B
HTML
Raw Normal View History

2022-11-18 00:43:00 +00:00
{% extends "base.html" %}
{% block title %}{% block subtitle %}{% endblock %} - Settings{% endblock %}
{% block right_content %}
{% include "identity/_menu.html" %}
{% endblock %}