{{list[0]}} at template django code example
Example 1: django template list item by index
{# for index 0 #}
{{ data.0 }}
Example 2: django html templates
Django templates folder
{# for index 0 #}
{{ data.0 }}
Django templates folder