<{if $inc}> <{include file=$inc}> <{elseif $category}> <{if $category->isFront()}> <{if $page_blocks}> <{include file="include/pagebuilder.html"}> <{else}> <{include file="front.html" category=$category}> <{/if}> <{else}> <{if $page_blocks}> <{include file="include/pagebuilder.html"}> <{else}> <{include file="category.html" category=$category}> <{/if}> <{/if}> <{elseif $landing_page}> <{if $page_blocks}> <{include file="include/pagebuilder.html"}> <{else}> <{include file="landing_page.html" landing_page=$landing_page}> <{/if}> <{elseif $product}> <{include file="product.html" product=$product}> <{elseif $page}> <{if $page_blocks}> <{include file="include/pagebuilder.html"}> <{else}> <{include file="page.html" product=$page}> <{/if}> <{elseif $blog_post}> <{include file="blog_post.html" product=$blog_post}> <{/if}>