simple.html 406 Bytes
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
---
layout: default
---

Mark Otto's avatar
Mark Otto committed
5
6
7
8
9
10
11
12
13
14
<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>

Mark Otto's avatar
Mark Otto committed
15
16
17
<div class="container bd-content">
  {{ content }}
</div>