{# Show the user's profile. #} {% extends "page.html" %} {% block title %}Profile: {{ display_name }}{% endblock %} {% block body %}
{# {%- let timestmap = with_offset(×tamp_utc_ms, &utc_offset_minutes) -%} #} {% let timestamp = "timestamp" %}
{% if display_name.len() > 0 %}

{{ display_name }}

{% endif %} {# #} {{ text|markdown|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 %}