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

{{ obj }}

{% if obj.description %}

{{ obj.description }}

{% endif %} {% endblock content %}