Files
eiblog/cmd/eiblog/etc/page/custom2.html
2025-07-21 20:10:16 +08:00

10 lines
320 B
HTML

{{define "custom2.html"}}
<div id=content class=inner>
<article class="post" itemscope itemtype="http://schema.org/Article">
<h1 class=title itemprop=headline>Custom Page</h1>
<div class="entry-content" itemprop=articleBody>
<p>Custom Page</p>
</div>
</article>
</div>
{{end}}