This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ProgBlog/app/views/layouts/admin.stache

7 lines
71 B
Plaintext
Raw Normal View History

2016-02-19 16:17:59 -05:00
<!DOCTYPE html>
<html>
{{>head}}
<body>
{{{body}}}
</body>
</html>