Sign in
go
/
website
/
3568773f64cdc52f81a0ca0210f346811c3532fd
/
.
/
_content
/
article.tmpl
blob: 15c44015d1d3799f9c9a287a129bc6117a6281a3 [
file
] [
log
] [
blame
]
{{
define
"layout"
}}
<
article
class
=
"Article {{with section .}}Article--{{strings.Trim . "
/
"}}{{end}}"
>
<h1>
{{.
title
}}</
h1
>
{{.
Content
}}
</
article
>
{{
end
}}