parent
5c7182812d
commit
fb27b4b04c
@ -0,0 +1,8 @@ |
||||
{% 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> |
||||
{% endblock %} |
@ -0,0 +1,14 @@ |
||||
{% 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 %} |
||||
|
Loading…
Reference in new issue