111
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

about.html 276 B

2 years ago
1234567891011
  1. {include file=comm/head.html}
  2. {include file=comm/top.html}
  3. <div class="container pages">
  4. {include file=comm/position.html}
  5. <h2 class="text-center my-4 fs-sm-28 fs-24">{content:title}</h2>
  6. <div class="content">{content:content}</div>
  7. </div>
  8. {include file=comm/foot.html}