| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 | {{ define "main" }}<section class="page-wrapper">  <div class="container">    <div class="row" style="padding-top:60px;">      <div class="col-md-10 mx-auto">        <!-- <h1 class="mb-4 text-center"><b>{{ .Title }}</b></h1> -->        <div class="mb-4 text-center title brand-color"><b>{{ .Title }}</b></div>        <div class="mb-5 post">          <div class="text-center mb-5">                        <!-- <img class="img-fluid" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}"> -->            <amp-img              alt="{{ .Title }}"              src="{{ .Params.Image | relURL }}"              width="2048"              height="1365"              layout="responsive">            </amp-img>          </div>          <div style="padding-bottom:100px;">              {{ .Content }}          </div>                    <amp-carousel            width="500"            height="261"            layout="responsive"            type="slides"            autoplay            delay="2000"            role="region"            aria-label="Carousel with autoplay">              <a href="/room_planner">                  <amp-img src="/img/bb36ecee3bc073310bf947509872acc2.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/63291d0150b51059387e8621235ca1bf.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/0967da6b02759b7e5956c3331951dbe7.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/458c7956605cd962b644526c41942fc0.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/94392a05a3c64f350730cc6d0040a20b.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/73908a69cc55ca38d21f2c6d2bbddd90.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/34e645ec4b2a68b26d41a1f6064bef17.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>              <a href="/room_planner">                  <amp-img src="/img/8e57ca1557e492e2443cf068fa945313.webp"                      width="500"                      height="261"                      layout="responsive"                      alt="小寶優居 | 家具規劃師團隊"></amp-img>              </a>            </a>          </amp-carousel>        </div>      </div>    </div>  </div></section>{{ end }}
 |