Current section
Files
Jump to
Current section
Files
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">
<link rel="icon" href="/favicon.ico">
</head>
<body>
<%%= __content__ %>
<script type="text/javascript" src="/main.js"></script>
</body>
</html>