You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/wp-content/themes/cosmopet/templates/profile/profile.twig

14 lines
362 B

{% set profile_pg = 1 %}
{% extends 'profile/profile-base.twig' %}
{% block profile_content%}
<div class="cabinet__orders cabinet-content {% if fn('is_wc_endpoint_url') %}active hide{% endif %}">
{% include 'profile/order-list.twig' %}
</div>
</div>
</main>
{# TO_DO нужен ли тут <main>? #}
{% endblock %}