12 lines
159 B
HTML
12 lines
159 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="home">
|
|
{%- if page.title -%}
|
|
<h1 class="page-heading">{{ page.title }}</h1>
|
|
{%- endif -%}
|
|
|
|
{{ content }}
|
|
|
|
</div>
|