aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/image.tmpl
blob: 79bf5dc3e4a775a6138702be8108b6d144052fad (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 }}">
        <figcaption>{{.ImageDesc }}</figcaption>
       </figure>
    </div>
</body>
{{ end }}