blob: c81011405c1292f187dff0925e9d4f428a47e810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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">
<meta name="_csrf" value="<%= csrfToken %>">
</head>
<body class="loading">
<header>
<h1><%= title %></h1>
<% include ../partials/searchform %>
</header>
<content>
|