mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
16 lines
299 B
HTML
16 lines
299 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Meta, title, CSS, favicons, etc. -->
|
||
|
{% include head.html %}
|
||
|
</head>
|
||
|
<body>
|
||
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
||
|
|
||
|
<!-- Docs page -->
|
||
|
<main id="gh-main" role="main">
|
||
|
{{content}}
|
||
|
</main>
|
||
|
|
||
|
</body>
|
||
|
</html>
|