31 lines
646 B
HTML
31 lines
646 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<html>
|
|
<head>
|
|
<style>
|
|
section{padding:4rem 0}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<section class="bg-primary">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto text-center">
|
|
<h2 class="section-heading text-white"> {{ page.title }} </h2>
|
|
<hr class="light my-4">
|
|
<p class="text-faded mb-4">
|
|
{{ page.blurb }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ content }}
|
|
|
|
</body>
|
|
</html>
|