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
{% block werkl_blog_card_teaser %} {# grips: Teaser nur, wenn auch gefüllt #}
{% if article.translated.teaser and article.translated.teaser|length > 0 %}
{{ article.translated.teaser }}
{% endif %}
{% endblock %}
The text was updated successfully, but these errors were encountered:
wird derzeit immer eingebunden
{% block werkl_blog_card_teaser %}
{# grips: Teaser nur, wenn auch gefüllt #}
{% if article.translated.teaser and article.translated.teaser|length > 0 %}
{{ article.translated.teaser }}
{% endif %}
{% endblock %}
The text was updated successfully, but these errors were encountered: