mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
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>
|