mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			406 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			406 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<div class="bd-pageheader text-xs-center text-sm-left">
 | 
						|
  <div class="container">
 | 
						|
    <h1>{{ page.title }}</h1>
 | 
						|
    <p class="lead">
 | 
						|
      Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.
 | 
						|
    </p>
 | 
						|
    {% include ads.html %}
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="container bd-content">
 | 
						|
  {{ content }}
 | 
						|
</div>
 |