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

17 lines
415 B
HTML
Raw Normal View History

2017-04-21 09:21:12 +01:00
{{ partial "page_start.html" . }}
<div id="page-wrapper">
<section id="main" class="container">
2017-04-21 13:46:53 +01:00
<header>
<h2>{{ title .Title }}</h2>
{{ if .Params.subtitle }}
<p>{{ .Params.subtitle }}</p>
{{ end }}
</header>
<div class="box">
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
{{ .Content }}
</div>
</section>
2017-04-21 09:21:12 +01:00
</div>
{{ partial "page_end.html" . }}