{% load static %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %}
{% image value.person_image fill-500x700 as person_img %} {{ value.author_name }}
{{ value.quote_text }}
{{ value.author_name }}
{% if value.author_title %}
{{ value.author_title }}
{% endif %}
{% endblock %}