酒店预订平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
209 B

  1. {{include './public/header'}}
  2. <div id="main">
  3. <h3>{{title}}</h3>
  4. <ul>
  5. {{each list}}
  6. <li><a href="{{$value.url}}">{{$value.title}}</a></li>
  7. {{/each}}
  8. </ul>
  9. </div>
  10. {{include './public/footer'}}