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.
 
 
 
 
 

22 lines
581 B

  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 fs-sm-28 fs-24">{content:title}</h2>
  6. <div class="text-center border-bottom text-secondary pb-2 mb-3">
  7. 时间:{content:date style=Y-m-d}&nbsp;&nbsp;&nbsp;访问量:{content:visits}
  8. </div>
  9. <div class="content mb-3">{content:content}</div>
  10. <div class="text-secondary lh-2">
  11. <p>上一篇:{content:precontent}</p>
  12. <p>下一篇:{content:nextcontent}</p>
  13. </div>
  14. </div>
  15. {include file=comm/foot.html}