13 lines
291 B
HTML
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"/}
|