{% extends "demo_app/base.html" %} {% load wagtailimages_tags %} {% block title %}Focal point demo{% endblock %} {% block content %} {% if img %} {% image img fill-300x300 %} {% image img fill-400x800 %} {% image img fill-400x300 %} {% image img fill-800x600 %} {% image img fill-1600x600 %} {% else %}

No images uploaded.

{% endif %} {% endblock %}