{% extends "demo_app/base.html" %} {% load wagtailimages_tags %} {% block title %}Exact crop demo{% endblock %} {% block content %} {% if img %} {% image img exact-avatar %} {% image img exact-medium_shot %} {% image img exact-list_image_small %} {% image img exact-list_image_medium %} {% image img exact-hero_image %} {% else %}
No images uploaded.
{% endif %} {% endblock %}