mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 19:20:17 -04:00
24 lines
243 B
Handlebars
24 lines
243 B
Handlebars
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{title}}</title>
|
|
|
|
<link rel='stylesheet' href='/css/style.css'>
|
|
|
|
{{{block "stylesheets"}}}
|
|
</head>
|
|
|
|
<body>
|
|
body: {{{body}}}
|
|
|
|
<hr/>
|
|
post body
|
|
<hr/>
|
|
|
|
{{{block "scripts"}}}
|
|
</body>
|
|
|
|
</html>
|