{{ define "header" }} <title>{{ .Title }}</title> <meta name="description" content="{{ .PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0."> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:url" content="{{ .Board.Domain }}"> <meta property="og:site_name" content="{{ .Board.Actor.PreferredUsername }}" /> <meta property="og:title" content="{{ .Title }}"> <meta property="og:description" content="{{ .PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0."> <meta name="twitter:title" content="{{ .Title }}"> <meta name="twitter:description" content="{{ .PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0."> <meta name="twitter:card" content="summary_large_image"> {{ end }} {{ define "top" }}{{ end }} {{ define "content" }} <div style="text-align: center; max-width: 800px; margin: 0 auto;"> <h1>{{ .Title }}</h1> <div style="margin-top:50px;"> <table style="text-align: left;"> {{ range $i, $e := .NewsItems }} <tr> <td> <div class="box" style="width:800px; padding: 25px; margin-bottom: 25px;"> {{ if $.Board.ModCred }}<a href="/{{ $.Key }}/newsdelete/{{ $e.Time }}">[Delete] </a>{{end}} <a href="/news/{{.Time}}">{{unixtoreadable $e.Time}} - {{$e.Title}}</a> <br><p style="margin-left: 25px;">{{$e.Content}}</p> </div> </td> </tr> {{ end }} </table> </div> </div> {{ end }} {{ define "bottom" }}{{ end }} {{ define "script" }} {{ end }}