2020-10-18 00:02:46 +00:00
|
|
|
<!DOCTYPE html>
|
2020-10-18 01:08:12 +00:00
|
|
|
<title>Twitterchiver</title>
|
2020-10-18 00:02:46 +00:00
|
|
|
<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>
|