zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

not_found_template.eex (493B)


      1 <%= head_template(config, %{title: "404", type: :extra}) %>
      2 <%= sidebar_template(config, nodes_map) %>
      3 
      4 <h1>
      5   <%= settings_button_template() %>
      6   <span>Page not found</span>
      7 </h1>
      8 
      9 <p>Sorry, but the page you were trying to get to, does not exist. You
     10 may want to try searching this site using the sidebar
     11 <%= if config.api_reference do %>
     12   or using our <a href="api-reference.html">API Reference</a> page
     13 <% end %>
     14 to find what you were looking for.</p>
     15 
     16 <%= footer_template(config, nil) %>