softinio.com/layouts/section/project.html

18 lines
357 B
HTML

{{ partial "header.html" . }}
<body lang="en">
{{ partial "subheader.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
<ul id="list">
{{ range .Data.Pages }}
{{ .Render "summary"}}
{{ end }}
</ul>
</div>
</section>
<aside id="meta"> </aside>
{{ partial "footer.html" . }}