I’m using the following code to attempt to embed different templates, but loading the /cabins/ URL results in an empty page.
EE doesn’t load the site/section-home template, nor the {embed:site/header} and {embed:site/footer} templates that all load successfully on the homepage index template…
Do I have something wrong?
{if segment_1==""}
{embed="site/homepage"}
{if:elseif segment_1=="cabins"}
{embed="site/section-home" site_section="cabins"}
{/if}