{% extends 'layout.html' %} {% block title %}Profile{% endblock %} {% block content %}
Username:
{{ account.username }}
Account Type:
{{ "Admin" if account.is_admin() else "User" }}