Files
yunzerwebsiteallinone/go/themes/default/page.html
T
2026-08-19 23:34:28 +08:00

13 lines
291 B
HTML

{yz:include file="header.html"/}
<section class="yz-section">
<div class="yz-container yz-article">
<h1 class="yz-article-title">{yz:onepage field="title"/}</h1>
<div class="yz-article-content">
{yz:onepage/}
</div>
</div>
</section>
{yz:include file="footer.html"/}