<?php
/*
Template Name: Section Beautiful Product
Description: Section Product
---------------------------------------------------------------------
{"type": "title", "name": "Product title", "slug": "product_title"}
{"type": "editor", "name": "Product content", "slug": "product_content"}
{"type": "image", "name": "Product image", "slug": "product_image"}
---------------------------------------------------------------------
*/
?>
<section>
<h1><?php the_wpcomponent('product_title') ?></h1>
<article><?php the_wpcomponent('product_content') ?></article>
<aside><?php the_wpcomponent('product_image') ?></aside>
</section>