<?php
/**
 * Template Name: Full Width Standard
 * Template Post Type: page
 *
 * A full width template inherited from the active theme
 *
 * @since   1.0.0
 * @version 1.0.0
 */

do_action('fwpt_std_before_content');

do_action('fwpt_std_content');

do_action('fwpt_std_after_content');