{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_title_inner %}
{% if controllerName is not empty and controllerName|lower =='accountprofile' %}
{{ "meta.account.title"|trans }}
{% else %}
{{parent()}}
{% endif %}
{% endblock %}
{% block layout_head_meta_tags_description %}{% if controllerName is not empty and controllerName|lower =='accountprofile' %}{{ "meta.account.description"|trans }}{% else %}{{ parent() }}{% endif %}{% endblock %}