<{if $noindex}> <{/if}> <{if $meta_description}> <{/if}> <{if !$meta_description && $product && $product->getListDescription()}> <{/if}> <{if $canonical}> <{/if}> <{if $favicon = $webshop->getFavicon()}> <{/if}> <{if $category && $category->isFront()}> <{elseif $product}> <{* Structured data for products *}> <{include file="include/structured_data.html"}> <{include file="include/opengraph_data.html"}> <{elseif $inc == "404.html"}> <{elseif in_array($inc, ["blog.html"]) || $blog_post}> <{elseif in_array($inc, ["basket.html", "address.html", "shipping.html", "approve.html"])}> <{elseif in_array($inc, ["order.html", "thanks.html"])}> <{elseif in_array($inc, ["user-edit.html", "user-sign-up.html", "user-reset-password.html", "user-sign-in.html", "user-profile.html", "user-orders.html", "user-points.html"])}> <{/if}> <{* Dynamically include the css files (once) for each pagebuilder section *}> <{$types_to_find = ['faq', 'brands', 'contact_form']}> <{$found_types = []}> <{foreach $page_blocks as $block}> <{if $block._type && !in_array($block._type, $found_types) && in_array($block._type, $types_to_find)}> <{append 'found_types' $block._type}> <{/if}> <{/foreach}> <{if $page_blocks}> <{*This was some multi-page CSS which was used in more sections. It's included whenever the pagebuilder is used.*}> <{/if}> <{if $webshop->getStylesheet()}> <{/if}>