{% extends "base.html" %} {% block title %}{{ item.title }}{% endblock %} {% block body_class %}item-detail-page{% endblock %} {% block content %}
{% elif item.thumbnail_url %}
{{ item.description }}
{% else %}No description available.
{% endif %}