File: search_template.eex

package info (click to toggle)
elixir-ex-doc 0.35.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: javascript: 2,848; makefile: 15; xml: 12; sh: 5
file content (12 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<%= head_template(config, %{title: "Search", type: :search, noindex: true}) %>
<%= sidebar_template(config, nodes_map) %>

<div id="search">
  <h1>
    <span></span>
  </h1>

  <div class="loading"><div></div><div></div><div></div><div></div></div>
</div>
<script src="<%= asset_rev config.output, "dist/search_data*.js" %>"></script>
<%= footer_template(config, nil) %>