Current section

Files

Jump to
raxx_kit priv template lib app_name www _layout.html.eex.eex
Raw

priv/template/lib/app_name/www/_layout.html.eex.eex

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= @name %> </title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<%%= content %>
<script type="text/javascript" src="/main.js"> </script>
</body>
</html>