dkforest

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

unauthorized.gohtml (141B)


      1 {{ define "content" }}
      2 
      3 <div class="container">
      4     <h3>{{ t "Unauthorized" . }}</h3>
      5     <p>{{ .Data.Message | safe }}</p>
      6 </div>
      7 
      8 {{ end }}