mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    {% include header.html %}
 | 
						|
  </head>
 | 
						|
  <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
 | 
						|
    <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>
 | 
						|
 | 
						|
    {% include docs-navbar.html %}
 | 
						|
 | 
						|
    <div class="container-fluid">
 | 
						|
      <div class="row flex-xl-nowrap">
 | 
						|
        <div class="col-12 col-md-3 col-xl-2 bd-sidebar">
 | 
						|
          {% include docs-sidebar.html %}
 | 
						|
        </div>
 | 
						|
 | 
						|
        {% if page.toc %}
 | 
						|
          <div class="d-none d-xl-block col-xl-2 bd-toc">
 | 
						|
            {{ content | toc_only }}
 | 
						|
          </div>
 | 
						|
        {% endif %}
 | 
						|
 | 
						|
        <main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
 | 
						|
          <h1 class="bd-title" id="content">{{ page.title }}</h1>
 | 
						|
          <p class="bd-lead">{{ page.description }}</p>
 | 
						|
          {% include ads.html %}
 | 
						|
          {{ content }}
 | 
						|
        </main>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
 | 
						|
    {% include scripts.html %}
 | 
						|
  </body>
 | 
						|
</html>
 |