{% extends "layout.html" %} {% block title %}Profile - {{ user.nickname }}{% endblock %} {% block content %}

 {{ user.nickname }}

Steam | Forum Profile | Dotabuff
{% if user.bio_text == None %} This user's profile bio is empty! {% else %} {{ user.bio_text }} {% endif %} {% if user.id == g.user.id %} {% endif %}
Current Hero
{{ user.random_hero['localized_name'] }}

View A-Z Progress
{% endblock %}