- or download this
<!-- ================== NAVBAR ================== -->
<header>
...
</div>
</nav>
</header>
- or download this
<!-- ================== DESKTOP SIDEBAR ================== -->
<nav class="sidebar bg-body-tertiary border-end sidebar-desktop d-none
+ d-lg-block">
...
</ul>
</div>
</div>
- or download this
<main>
<div class="bg-body-tertiary p-5 rounded">
...
</p>
</div>
</main>
- or download this
<!doctype html>
<html lang="en">
...
</body>
</html>
- or download this
% layout 'default';
% title 'Dashboard';
%= include '_content'
- or download this
% layout 'default';
% title 'Dashboard';
%= include '_content'
- or download this
templates/
layouts/
...
_sidebar.html.ep
_content.html.ep
index.html.ep
- or download this
<!DOCTYPE html>
<html lang="en">
<head>
...
</html>
- or download this
<!doctype html>
<html lang="en">
<head>
...