home-assistant.github.io/source/_layouts/page.html
2016-01-22 00:12:39 -08:00

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>