{% extends 'agadmator/base.html' %} {% load humanize static %} {% block base_container_class %}container-fluid{% endblock %} {% block content %}

{{ video.title }}

{{ video.time_published|timesince }} ago · {{ video.youtube_id }} · {% for tag in video.tags %} {{ tag.text }} {% endfor %} {% if video.game_id %} view on chessgames.com {% endif %}

{{ video.description|linebreaks|urlize }}
{% if video.pgn_markup %}
{{ video.pgn_markup|safe }}
{% endif %}
{% if video.pgn_markup %} {% endif %} {% endblock content %}