Skip to content

Instantly share code, notes, and snippets.

@potikanond
Created April 21, 2019 04:13
Show Gist options
  • Save potikanond/500c802a55cd6e547e3af77f2166dc25 to your computer and use it in GitHub Desktop.
Save potikanond/500c802a55cd6e547e3af77f2166dc25 to your computer and use it in GitHub Desktop.
Express Tutorial - "main" handlebars template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Members App</title>
</head>
<body>
<div class="container mt-4">
{{{body}}}
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment