1
Fork 0
theorangeone.net-legacy/layouts/_default/list.html
2017-04-22 23:24:13 +01:00

16 lines
415 B
HTML

{{ partial "page_start.html" . }}
<div id="page-wrapper">
<section id="main" class="container">
<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>
</div>
{{ partial "page_end.html" . }}