mdb-ui-kit/docs/_layouts/home.html

20 lines
394 B
HTML
Raw Normal View History

2015-11-20 00:58:21 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body class="bd-home">
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
<div class="container">
<span class="skiplink-text">Skip to main content</span>
</div>
</a>
2015-11-20 00:58:21 +03:00
{% include nav-home.html %}
2015-11-20 00:58:21 +03:00
{{ content }}
{% include footer.html %}
</body>
</html>