{% if page.color != null %} {% assign color = page.color | prepend: 'body-' %} {% else %} {% assign color = '' %} {% endif %} {{ site.title | prepend: " - " | prepend: page.title }}
{{ content }}
{% include footer.html %}