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