app/template/syntpl/Block/fabout.twig line 1

Open in your IDE?
  1. <table>
  2.     <tbody>
  3.         <tr>
  4.             <th>営業時間</th>
  5.             <td>9:00~18:30(最終受付)</td>
  6.         </tr>
  7.         <tr>
  8.             <th>定休日</th>
  9.             <td>なし(土日祝も受付可!)</td>
  10.         </tr>
  11.         <tr>
  12.             <th>住所</th>
  13.             <td>〒679-2101<br />
  14.             兵庫県姫路市船津町4015番地</td>
  15.         </tr>
  16.     </tbody>
  17. </table>