1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/resources/templates/account.html

8 lines
171 B
HTML

{% extends "account_base.html" %}
{% block title %}Manage Account{% endblock %}
{% set current_page = "home" %}
{% block accountbody %}
<p>See sidebar<p>
{% endblock %}