111
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

news.html 626 B

2 år sedan
1234567891011121314151617181920212223
  1. {include file=comm/head.html}
  2. {include file=comm/top.html}
  3. <div class="container pages">
  4. {include file=comm/position.html}
  5. {include file=comm/sortnav.html}
  6. <h2 class="text-center fs-sm-28 fs-20 mt-3">{content:title}</h2>
  7. <div class="text-center border-bottom text-secondary pb-2 mb-3">
  8. 时间:{content:date style=Y-m-d}&nbsp;&nbsp;&nbsp;访问量:{content:visits}
  9. </div>
  10. <div class="content mb-3">{content:content}</div>
  11. <div class="text-secondary lh-2">
  12. <p>上一篇:{content:precontent}</p>
  13. <p>下一篇:{content:nextcontent}</p>
  14. </div>
  15. </div>
  16. {include file=comm/foot.html}