mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 17:21:00 +00:00
7 lines
200 B
HTML
7 lines
200 B
HTML
{% extends "settings/settings_system.html" %}
|
|
|
|
{% block title %}{{ section.title }} - Settings{% endblock %}
|
|
|
|
{% block menu %}
|
|
{% include "settings/_settings_identity_menu.html" %}
|
|
{% endblock %}
|