File: not_found_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 (15 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= head_template(config, %{title: "404", type: :extra, noindex: true}) %>
<%= sidebar_template(config, nodes_map) %>

<h1>
  <span>Page not found</span>
</h1>

<p>Sorry, but the page you were trying to get to, does not exist. You
may want to try searching this site using the sidebar
<%= if config.api_reference do %>
  or using our <a href="api-reference.html">API Reference</a> page
<% end %>
to find what you were looking for.</p>

<%= footer_template(config, nil) %>