nowa-panda/themes/panda-theme/woocommarce.php
2025-07-07 09:52:36 +02:00

9 lines
113 B
PHP

<?php
get_header();
?>
<main class="shop-content">
<?php woocommerce_content(); ?>
</main>
<?php
get_footer();