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

6 lines
72 B
Handlebars
Raw Normal View History

2018-02-19 23:44:10 +00:00
<html>
{{>head}}
<body>
{{{ body }}}
</body>
</html>