feat: add a shared html layout
This commit is contained in:
12
templates/layouts/default.html.ep
Normal file
12
templates/layouts/default.html.ep
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= stash('title') || 'Urupam' %></title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<%= stylesheet '/css/app.css' %>
|
||||
</head>
|
||||
<body>
|
||||
<%= content %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user