1 {{template "header.tmpl"}}
2 <div class="page-title"> Timeline </div>
3 {{template "navigation.tmpl"}}
5 <form class="timeline-post-form" action="/post" method="POST">
6 <label for="post-content"> New Post </label>
8 <textarea id="post-content" name="content" class="post-content" cols="50" rows="5"></textarea>
10 <button type="submit"> Post </button>
14 {{template "status.tmpl" .}}
18 <a href="{{.NextLink}}"> next </a>
21 <a href="{{.PrevLink}}"> next </a>
23 {{template "footer.tmpl"}}