mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
8 lines
171 B
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 %}
|