<{assign var="blog_menu" value=$webshop->getMenu("blog")}> <{if $blog_menu}>
<{include file="components/blog-categories.html" template=$template}>
<{include file="components/blog-list.html" template=$template}>
<{else}>
<{include file="components/blog-list.html" template=$template}>
<{/if}>