mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-02 00:06:49 +00:00
19 lines
324 B
HTML
19 lines
324 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 }}
|
|
|
|
</article>
|