{% load staticfiles %} {% load app_tags %}
{% for character in characters %}
{{ character.name }}

{{ character.description }}

{% endfor %}