dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

shop.gohtml (198B)


      1 {{ define "content" }}
      2 
      3 <div class="container">
      4     <h3>Shop</h3>
      5     {{ .Data.Invoice.GetURL }}<br />
      6     <img src="data:image/png;base64,{{ .Data.Img }}" class="img-thumbnail" />
      7 </div>
      8 
      9 {{ end }}