aboutsummaryrefslogtreecommitdiff
path: root/_layouts/simple.html
blob: bb35ec792058ee951966043f3c4800a6a9e66f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---

<div class="bd-pageheader text-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>