kanidm/server/core/templates/user_settings.html

10 lines
172 B
HTML
Raw Normal View History

(% extends "base_htmx_with_nav.html" %)
(% block title %)Profile(% endblock %)
(% block head %)
(% endblock %)
(% block main %)
(( profile_partial|safe ))
(% endblock %)