Ghost/core/client/docs/_layouts/default.html
2014-08-05 12:23:51 +03:00

22 lines
399 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include head.html %}
</head>
<body>
<div id="container">
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
<!-- Main nav -->
{% include nav/global.html %}
<main id="gh-main" class="viewport" role="main">
{{content}}
</main>
{% include foot.html %}
</div>
</body>
</html>