--- layout: default ---
{% assign name = site.title | split: ' ' %}

{{ name | first }} {{ name | last }}

{{ page.description }}

{{ content }}
{% if page.profile %}
{% if page.profile.image %} {% endif %} {% if page.profile.address %}
{{ page.profile.address }}
{% endif %}
{% endif %}
{% if page.news %} {% include news.html %} {% endif %} {% if page.social %} {% endif %}