{% set rel_prefix="../../" %} {% set bodyFullWidth = False %} {% extends "base.html" %} {% block title %}{{user['username']}}{% endblock title%} {% block specific_head %} {% endblock specific_head%} {% block content %}
{% if user['about_rendered'] %}
{{user['about_rendered'] | cleanup_rendered_content(rel_prefix) | safe}}
{% endif %}
{% endblock content%}