4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Shakes_and_Fidget/views/layouts/single.hbs
2018-02-20 00:44:10 +01:00

6 lines
No EOL
72 B
Handlebars

<html>
{{>head}}
<body>
{{{ body }}}
</body>
</html>