Sign in
go
/
example
/
17e2836bb62e8742ac5fada9d2b4209d45168dca
/
.
/
template
/
image.tmpl
blob: 14d1097c652c9a360f6ea7cea8fbbda63ae26cf6 [
file
] [
log
] [
blame
]
{{
define
"content"
}}
<
div id
=
"image"
>
<
img src
=
"{{.URL}}"
title
=
"{{.Title}}"
alt
=
"{{.Title}}"
>
</
div
>
{{
end
}}
{{
define
"sidebar"
}}
<
a href
=
"/"
>
Back
</
a
>
{{
end
}}