blob: 1a6255bee81fa8714d636462b4fc20b7e1a347af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<% include ../partials/header %>
<div class="subtitle"></div>
<div id="content">
<% include ../partials/threads %>
</div>
<div id="sidebar">
<% include ../partials/searchform %>
<div class="bluebox alert"></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 %>
|