summaryrefslogtreecommitdiff
path: root/templates/pages/memo.gohtml
blob: 804d7b7b5882ec2336ec38facb6211863eb3d600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "layout.gohtml" .}}
{{define "content"}}
<div class="layout-center">
    <form action="/">
        <h1>Secret:</h1>
        <b>Warning!</b> This text already deleted from server! If you refresh or close page - secret will be completely lost!
        <hr />
        <pre>{{.secret}}</pre>
        <hr />
        <input type="submit" value="&larr; Back">
    </form>
</div>
{{ end }}