aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/image.tmpl
blob: fcebdd5dc6660937bc887f7f61e191aa5270a92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "content" }}
<body>
    <div>
        <h3>{{.ImageTitle }} </h3>
        </div>
    <div>
       <figure>
        <img src="http://localhost:8080{{ .ImageUrl }}">
        <caption>{{.ImageDesc}}</caption>
       </figure>
    </div>
</body>
{{ end }}