{# Show the user's profile. #} {% extends "page.html" %} {% block title %}Profile: {{ display_name }}{% endblock %} {% block body %}
{% let timestamp = "timestamp" %}
{% if display_name.len() > 0 %}

Profile: {{ display_name }}

{% else %}

Profile:

{% endif %} {# #} {{ text|markdown_with(user_id, signature)|safe }}
Following {{follows.len()}} users {# Note: We don't show who follows this user, because that could allow spam content to show up here. #}
{% endblock %}