<div> {% if title is defined and title %} <h3 class="mb-5 text-lg font-medium uppercase font-headline text-neutral-600"> {{ title }} {% if editlink is defined and editlink is not empty %} <small class="underline lowercase"> <a data-turbo="false" href="{{ editlink }}">({{ 'edit'|trans }})</a> </small> {% endif %} </h3> {% endif %} {% block content %} {% endblock %}</div>