{% extends "base.html" %} {% block header %} View Skill Plan {% endblock %} {% block description %} {{object.name}} {% endblock %} {% block content %}
{% autoescape off %} {{object.description}} {% endautoescape %}