{* /******************************************************************************************************************* | Software Name : EasyStream | Software Description : High End YouTube Clone Script with Videos, Shorts, Streams, Images, Audio, Documents, Blogs | Software Author : (c) Sami Ahmed |******************************************************************************************************************* | This source file is subject to the EasyStream Proprietary License Agreement. |******************************************************************************************************************* | Copyright (c) 2025 Sami Ahmed. All rights reserved. |*******************************************************************************************************************/ *} {* Personalized Homepage Template *}
{* Hero Section / Featured Content *}
{generate_html type="home_layout"}
{* Personalized Content Sections *}
{foreach from=$personalized_sections key=section_key item=section}

{$section.title}

{if $section_key == 'for_you' && $is_logged_in} {/if}
{if !empty($section.items)}
{foreach from=$section.items item=item} {if $section.type == 'mixed'} {* Continue Watching Items *} {else} {* Regular Video/Short/Live Items *} {/if} {/foreach}
{else}

No content available in this section yet.

{/if}
{/foreach}