0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/utils/fixtures/themes/members-test-theme/default.hbs

11 lines
161 B
Handlebars
Raw Normal View History

<!DOCTYPE html>
<html lang="{{@site.locale}}">
<head>
{{ghost_head}}
</head>
<body class="{{body_class}}">
{{{body}}}
{{ghost_foot}}
</body>
</html>