{% if page.url == "/" %}
{{ page.title }}
{% else %}
{{ page.title }} | boringcactus
{% endif %}
{% if page.url != "/" %}
(brought to you by
boringcactus
)
{% endif %}
{{ page.title }}
{{ content }}