stagen

stagen - static git site generator

Files | Log | Commits | Refs | README


file.tmpl

Size: 144 bytes

{{template "header.tmpl" .}}
<h2>{{.Path}}</h2>
<p><strong>Size:</strong> {{.Size}} bytes</p>
<pre>{{.Content}}</pre>
{{template "footer.tmpl"}}