mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-12 09:22:27 +08:00
10 lines
320 B
HTML
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}} |