Help for this page

Select Code to Download


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