/home/arranoyd/otours/wp-content/themes/genesis/lib/views/help/genesis-layout.php
<?php
/**
 * Genesis Framework.
 *
 * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
 * Please do all modifications in the form of a child theme.
 *
 * @package StudioPress\Genesis
 * @author  StudioPress
 * @license GPL-2.0-or-later
 * @link    https://my.studiopress.com/themes/genesis/
 */

?>
<h3><?php esc_html_e( 'Default Layout', 'genesis' ); ?></h3>
<p>
	<?php esc_html_e( 'This lets you select the default layout for your entire site. On most of the child themes you\'ll see these options:', 'genesis' ); ?>
</p>
<ul>
	<li><?php esc_html_e( 'Content Sidebar', 'genesis' ); ?></li>
	<li><?php esc_html_e( 'Sidebar Content', 'genesis' ); ?></li>
	<li><?php esc_html_e( 'Sidebar Content Sidebar', 'genesis' ); ?></li>
	<li><?php esc_html_e( 'Content Sidebar Sidebar', 'genesis' ); ?></li>
	<li><?php esc_html_e( 'Sidebar Sidebar Content', 'genesis' ); ?></li>
	<li><?php esc_html_e( 'Full Width Content', 'genesis' ); ?></li>
</ul>
<p>
	<?php esc_html_e( 'These options can be extended or limited by the child theme. Additionally, many of the child themes do not allow different layouts on the home page as they have been designed for a specific home page layout.', 'genesis' ); ?>
</p>
<p>
	<?php esc_html_e( 'This layout can also be overridden in the post/page/term layout options on each post/page/term.', 'genesis' ); ?>
</p>