This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-04-01 19:42:34 -05:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<div class="jumbotron p-5">
|
2019-08-06 16:22:44 -05:00
|
|
|
<h1 class="display-4">{{ page.title | flatify }}</h1>
|
|
|
|
|
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description | flatify }}</p>{% endif %}
|
2019-04-01 19:42:34 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{ content }}
|