<?php /** * Template Name: Prod/Ing * Template Post Type: page */ // For the content on this page, the Block 'Intro' is used get_header(); ?> <main id="primary" class="site-main"> <?php the_content(); ?> </main><!-- #main --> <?php get_footer();