{% load i18n %}

{% trans '5 reasons to use it' %}

    {% for x in five_reason %}
  • {{ x.name }}

    {{ x.description }}

    {% autoescape off %} {{ x.favicon }} {% endautoescape %}
  • {% endfor %}