mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +11:00
Add example layout and view
This commit is contained in:
parent
5876ba347f
commit
61cca62bf6
1
views/home.handlebars
Normal file
1
views/home.handlebars
Normal file
|
@ -0,0 +1 @@
|
|||
Homepage
|
19
views/layouts/main.handlebars
Normal file
19
views/layouts/main.handlebars
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Handlebars</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{{{body}}}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue