{include 'header'}
{include 'menu'}
{var $show_on_page = $_modx->resource.show_on_page}
{if $show_on_page | contain : "2" == 'true'}
{include 'content'}
{/if}
{if $show_on_page | contain : "1" == 'true'}
{include 'child_list'}
{/if}
{include 'footer'}
{include 'scripts'}