{% extends "base_event.html" %} {% block event_title %}Round {{round_count}} Started{% end %} {% block event_content %}

Hole Card : {{hole_card}}

{% for card in hole_card %} {% end %}
{% end %}