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