| 1234567891011121314151617181920212223242526 | {{ define "main" }}<section class="page-title1 bg-2">    <div class="container">        <div class="row">            <div class="col-md-12">                <div class="block">                    <h1>門市據點</h1>                    <p>家具規劃師的服務是一對一的客製化服務如果需要前往門市諮詢前,請務必「提早電話預約」或「填寫預約表單,專人與您聯繫」</p>                </div>            </div>        </div>    </div></section><section class="section7">    <div class="container text-center">        <a href="/store_north">北部地區</a>|<a href="/store_central">中部地區</a>|<a href="/store_south">南部地區</a>    </div>  </section>{{ range .Pages }}    {{ .Content }}{{ end }}{{ end }}
 |