You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a component A which defines it's content block. Then I have a higher level component B which also defines it and to forward to the A component, but Twig says: The block 'content' has already been defined line 6.
{# A.html.twig #}<{{ element }} class="{{ classes }}"{{ attributes }}>
{%- blockcontent -%}{%- endblock -%}
</{{ element }}>