{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}
Profile Settings
Username: {{ user.username }}

(HTML)

HTML allowed. Content is sanitized for security.
HTML comments are preserved for institutional metadata annotations.
Example: <!-- Dept: Paleontology, Lab: B-12 -->
{% if user.signature %}
Signature Preview
{{ user.signature | safe }}
{% endif %} {% endblock %}