mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 15:39:38 +00:00
7 lines
186 B
HTML
7 lines
186 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{% block subtitle %}{% endblock %} - Settings{% endblock %}
|
|
|
|
{% block right_content %}
|
|
{% include "settings/_menu.html" %}
|
|
{% endblock %}
|