Files
butler_ddochi/custom_auth/templates/custom_auth/profile.html
icurfer ea11832a53
Some checks failed
Build And Test / build-and-push (push) Failing after 53s
init
2024-12-13 17:12:03 +09:00

7 lines
150 B
HTML

{% extends "components/base.html" %}
{% block content %}
<h2>Welcome, {{ user.username }}!</h2>
<p>This is your profile page.</p>
{% endblock %}