Sign in
go
/
website
/
2e65c647b00dbccd3ef2aa602d3a78c7cf6e95b5
/
.
/
_content
/
texthtml.tmpl
blob: 49783b4fe71dc032fcc18f9a002b944ed4e3689d [
file
] [
log
] [
blame
]
{{
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
}}