website/_content/texthtml.tmpl

15 строки
225 B
Cheetah

{{define "layout"}}
<article class="Texthtml Article">
{{if strings.HasSuffix .URL ".go"}}
<h1>Source file {{breadcrumb .URL}}</h1>
{{else}}
<h1>Text file {{breadcrumb .URL}}</h1>
{{end}}
{{.texthtml}}
</article>
{{end}}