{% extends "@Contao/content_element/_base.html.twig" %}
{#
** Add changes to the base template here. **
Hint: Try adjusting blocks and attributes instead of
overwriting the whole template. This way your version
can remain compatible with future changes to the base
template as well as adjustments made by extensions.
Currently available blocks:
"headline_component", "headline_attributes",
"headline_inner", "wrapper", "wrapper_tag",
"attributes", "inner", "content", "metadata",
"style", "script"
Example:
{% block headline_component %}
{{ parent() }}
My additional content for 'headline_component'…
{% endblock %}
#}