{% extends 'agadmator/base.html' %} {% block content %}

{{ name }}

{% if chessgames_id %} view profile on chessgames.com {% endif %}
{% for video in videos %} {% include 'agadmator/_video_card.html' with video=video %} {% endfor %}

{% endblock content %}