{% extends 'layout.html' %} {% block body %}

{{shot['name']}}

Picture goes here

{{shot['description']}}

{% if notes %} {{notes}} {% else %} No notes at the moment {% endif %}

{% endblock %}