tiny 88x31 lexicon for atproto
1{{define "content"}}
2<div>
3{{range .Buttons}}
4<div style="display: inline-block; margin-right: 2px; margin-bottom: 2px">
5 {{template "buttonpart" .}}
6 <div style="margin: auto; width: 50%">
7 <a href="/button?uri={{.URI}}">view</a>
8 </div>
9</div>
10{{else}}
11no buttons yet, <a href="/upload">post the first!</a>
12{{end}}
13</div>
14<div>
15<a href="/upload">upload a button!</a>
16</div>
17<div>
18<a href="/reference">reference</a>
19</div>
20{{end}}