{# # My Account Page (Bootstrap 5 Override) # # Main wrapper for the My Account area. Renders sidebar navigation # and the current endpoint content. # # WooCommerce PHP equivalent: myaccount/my-account.php # # @package WcBootstrap # @since 0.1.0 #} {{ do_action('woocommerce_before_my_account') }}
{% include 'myaccount/navigation.html.twig' %}
{{ do_action('woocommerce_account_content') }}
{{ do_action('woocommerce_after_my_account') }}