Packages

Flex is a lightweight, Flask-inspired web framework for Elixir.

Current section

Files

Jump to
flex_web priv new_app_template lib templates about.html.eex
Raw

priv/new_app_template/lib/templates/about.html.eex

<h1><%= @title %></h1>
<p>This is an example about page for your Flex application.</p>
<nav>
<a href="/">Home</a> |
<a href="/about">About</a>
</nav>