bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
19 lines (14 loc) • 394 B
HTML
<html class="bootstrap-layout">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ title }}</title>
{% include 'layouts/_header.html' %}
</head>
<body>
{% block page %}{% endblock %}
{% include 'layouts/_footer.html' %}
</body>
</html>