custom/plugins/FuerstenbergPorzellan/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_title_inner %}
  3.     {% if controllerName is not empty and controllerName|lower =='accountprofile' %}
  4.         {{ "meta.account.title"|trans }}
  5.     {% else %}
  6.         {{parent()}}
  7.     {% endif %}
  8. {% endblock %}
  9. {% block layout_head_meta_tags_description %}{% if controllerName is not empty and controllerName|lower =='accountprofile' %}{{ "meta.account.description"|trans }}{% else %}{{ parent() }}{% endif %}{% endblock %}