<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title><%= (typeof title !== 'undefined' ? title : 'npm') %></title>
  <link rel="canonical" href="<%= canonicalHref %>">
  <link type="text/css" rel="stylesheet" media="all"
    href="/static/normalize.css">
  <link type="text/css" rel="stylesheet" media="all"
    href="/stylus/index.css">
  <link type="text/css" rel="stylesheet" media="all"
    href="/static/sh.css">
  <link rel="search" type="application/opensearchdescription+xml"
    href="/static/opensearch.xml" title="Search Packages" />
<script>(function(){
if (location.pathname === '/') {
var m = location.hash.match(/^#\/[^\/]*$/)
if (m) location.replace('/package' + m[0].substr(1))
}})()</script>
<body>
  <div id="wrap"><div id="content">
    <%- include('nav.ejs') %>
    <%- include('login-aside.ejs', locals) %>

    <div id="page">
      <header>
        <form action="/search" method="get">
          <% if (typeof q !== 'undefined') { %>
          <input name=q type="search" placeholder="Search Packages" value="<%= sanitize(q) %>" tabindex="1">
          <% } else { %>
          <input name=q type="search" placeholder="Search Packages" tabindex="1">
          <% } %>
        </form>
        <h1>
          <a id="npm-logo" href="/">
            <img src="/static/npm.png" alt="npm">
          </a>
        </h1>
      </header>


