tiny 88x31 lexicon for atproto
at main 14 lines 376 B view raw
1{{define "content"}} 2<div> 3{{range .Buttons}} 4<div class="button"> 5 {{template "buttonpart" .}} 6</div> 7{{end}} 8</div> 9{{if .Attribute}} 10<div> 11 embedded via <a class="special" href="https://88x31.store" target="_blank" rel="noopener noreferrer">88x31.store</a>, by <a href="https://moth11.net" target="_blank" rel="noopener noreferrer">@moth11.net</a> 12</div> 13{{end}} 14{{end}}