9 lines
288 B
HTML
9 lines
288 B
HTML
<!DOCTYPE html>
|
|
<title>Twitterchiver</title>
|
|
<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>
|