depot/go/twitterchiver/viewer/templates/index.html

9 lines
259 B
HTML
Raw Normal View History

2020-10-18 00:02:46 +00:00
<!DOCTYPE html>
<h1>Twitterchiver</h1>
<h2>Accounts visible to {{.Username}}</h2>
<ul>
{{range .TwitterAccounts}}
<li><strong><a href="/view/{{.Username}}">{{.Username}}</a></strong> ({{.TweetCount}} tweets, latest tweet at {{.LatestTweet}})
{{end}}
</ul>