20 lines
358 B
HTML
20 lines
358 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="page">
|
|
|
|
{% include edit_github.html %}
|
|
|
|
{% if page.title and page.show_title != false %}
|
|
<header>
|
|
<h1 class="title indent">
|
|
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
|
|
</h1>
|
|
</header>
|
|
<hr class="divider">
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
</article>
|