1
Fork 0
theorangeone.net-legacy/layouts/_default/single.html

14 lines
407 B
HTML

{{ partial "page_start.html" . }}
<div id="page-wrapper">
<section id="main" class="container">
<header>
<h2>Generic</h2>
<p>A generic page for every non-generic situation.</p>
</header>
<div class="box">
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
{{ .Content }}
</div>
</section>
</div>
{{ partial "page_end.html" . }}