Sign in
go
/
example
/
7137c6b752c6c86b576aebe442a82f28698f916f
/
.
/
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
}}