blob: ea9236a3e9c60325a3d76f398ad9bb6f7a966ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<% include ../partials/header %>
<div id="content">
<% include ../partials/searchform %>
<% include ../partials/threads %>
</div>
<div id="sidebar">
<div class="bluebox">
<b><big>welcome to bucky</big></b>
<a href="/mail">Inbox</a> |
<a href="/profile">Profile</a> |
<a href="/logout">Logout</a>
</div>
<span class="lastlog bluebox">
<script class="template" type="text/html">
<a href="/profile/{{username}}">{{username}}</a>
[{{age}}]
</script>
</span>
<% include ../partials/hootbox %>
</div>
<% include ../partials/footer %>
|