Packages

Show all routes on accessing a non-existing route.

Current section

Files

Jump to
not_found_route lib not_found_route_web templates layout root.html.leex
Raw

lib/not_found_route_web/templates/layout/root.html.leex

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<%= csrf_meta_tag() %>
<%= live_title_tag assigns[:page_title] || "NotFoundRoute", suffix: " · Phoenix Framework" %>
<style >><%= raw(render("app.css")) %></style>
</head>
<body>
<%= @inner_content %>
</body>
<script><%= raw(render("app.js")) %></script>
</html>