Packages

weber - is Elixir MVC web framework.

Current section

Files

Jump to
weber test lib views layouts Layout.html
Raw

test/lib/views/layouts/Layout.html

<!DOCTYPE html>
<html>
<head>
<title>
My Project
</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<div id="container">
<%= @content_for_layout %>
</div>
</body>
</html>