{% extends 'base.html' %} {% block content %}

{{ handler.name }}

{% for line in handler.get_description().splitlines(False) %} {% if line.strip() %} {{ line.strip() | safe }}
{% endif %} {% endfor %}


{% endblock %}