summaryrefslogtreecommitdiff
path: root/views/pages/stream.ejs
blob: 02881e813019da415000c4b0a555ca0c96920de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>bucky</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/bucky.css">
<link rel="stylesheet" href="/assets/css/hootstream.css">
<meta name="_csrf" value="<%= csrfToken %>">
</head>
<body class="loading">

<header>
  <a href="/stream" class="headline"><h1><%= title %></h1></a>
  <% include ../partials/searchform %>
</header>
<content>

<% include ../hootstream/index %>

<% include ../partials/footer %>