summaryrefslogtreecommitdiff
path: root/views/pages/details.ejs
blob: 769db9d2225ae103ddbca2a707267a7f2ced5eff (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 %>

<hr>

<div id="details_rapper">
  <table id="details">
    <tr>
      <td class="left">
        <% include ../partials/comments %>
      </td>
  
      <td class="right">
        <% include ../partials/gallery %>
        <% include ../partials/files %>
        <% include ../partials/threads %>
      </td>
    </tr>
  </table>
</div>


<% include ../partials/footer %>