brand.phtml 284 Bytes
{{> layout/header}}
    <div class="brand-shop-page">
        {{# content}}
            <a class="brand-list buriedpoint" href="{{url}}" data-bp-id="guang_brandlist_{{brand_name}}_0">
                {{brand_name}}
            </a>
        {{/ content}}
    </div>
{{> layout/footer}}