custom/plugins/TdsOrlob/src/Resources/views/storefront/page/account/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/index.html.twig' %}
  2. {% block page_account_overview_profile %}
  3.     <div class="col-lg-12 card-col account-overview-card account-overview-profile">
  4.         {% block page_account_overview_profile_card %}
  5.             {{ parent() }}
  6.         {% endblock %}
  7.     </div>
  8. {% endblock %}
  9. {% block page_account_overview_payment %}{% endblock %}