{% load lazyload from directory_components %}

{% firstof title heading %}

{% block image %} {% if img_src %} {% lazyload %} {{ img_alt }} {% endlazyload %} {% endif %} {% endblock %}
{% block content %}

{{ description }}

{% endblock %}