You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
314 B
Cheetah
11 lines
314 B
Cheetah
{{template "header.tmpl" .}}
|
|
<h1>{{.Other.name}}</h1>
|
|
<p>Links:</p>
|
|
<ul>
|
|
<li><a href="{{.Other.inbox}}">Inbox</a></li>
|
|
<li><a href="{{.Other.outbox}}">Outbox</a></li>
|
|
<li><a href="{{.Other.followers}}">Followers</a></li>
|
|
<li><a href="{{.Other.following}}">Following</a></li>
|
|
</ul>
|
|
{{template "footer.tmpl" .}}
|