{% extends theme("user/profile_layout.html") %} {% block breadcrumb %} {% endblock %} {% block profile_content %}
{% if user.notes %}
{{ user.notes|markup }}
{% else %}
{% endif %} {% if user.signature %}
{{ user.signature|markup }}
{% endif %}
{% endblock %}