This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
248 B
HTML
Raw Permalink Normal View History

---
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 %}
</div>
{{ content }}