14 lines
222 B
HTML
14 lines
222 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<h1 class="border border-top-0 border-right-0 border-left-0 mb-4 pb-2">
|
|
{% if page.title %}
|
|
{{ page.title }}
|
|
{% else %}
|
|
{{ site.name }}
|
|
{% endif %}
|
|
</h1>
|
|
|
|
{{ content }}
|