Packages

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

Current section

Files

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

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

<h1><%= @title %></h1>
<p><%= @message %></p>
<nav>
<a href="/">Home</a> |
<a href="/about">About</a>
</nav>