<{foreach $page_blocks as $section}> <{$section_type = $section._type}> <{if $webshop->templateExists("sections/$section_type.html")}> <{if $section.display == $display}>
<{include file="sections/$section_type.html"}>
<{/if}> <{else}> <{capture name="missing_section_text"}> <{t name="section_name"}>You are missing the section {x}<{/t}> <{/capture}>
<{include file="components/alert.html" variant="error" icon="x" text=$smarty.capture.missing_section_text}>
<{/if}> <{/foreach}>