summaryrefslogtreecommitdiff
path: root/views/pages/index.ejs
blob: 0dd5cdd6f42a87c46d0cee0c9bed15c817d5b25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<% include ../partials/header %>

<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 %>