favorite.hbs 697 Bytes
<div class="me-favorite-page me-page yoho-page clearfix">
        {{> path}}
        {{> navigation}}

        <div class="me-main">
            {{# meFavorite}}
                <div class="favorite block
                    {{#if favProducts}} fav-products{{/if}}
                    {{#if favBrands}} fav-brands{{/if}}
                    {{#if favArticles}} fav-articles{{/if}}">

                    <h2 class="title"></h2>
                    {{> tabs}}

                    {{> favorite/product}}
                    {{> favorite/brand}}
                    {{> favorite/article}}
                </div>
            {{/meFavorite}}
        </div>

        {{> favorite/price-notice}}
</div>