{% extends "arts/basic.html" %} {% block title %}Artwork Display{% endblock %} {% block content %} {% if artwork %}

This is {{ artwork.title }} by {{ artwork.artist }}

{% else %}

No arts are available.

{% endif %} {% endblock %}