mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 15:26:49 +00:00
19 lines
360 B
HTML
19 lines
360 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="page">
|
|
{% 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 }}
|
|
|
|
{% include feedback.html %}
|
|
</article>
|