{% include head.html %} {% include header.html %}
{{ page.slug }}

{{ page.name }}

{{ page.website }}
{% if page.twitter %}
Twitter:

{{ page.twitter }}

{% endif %} {% if page.github %}
Github:

{{ page.github }}

{% endif %} {% if page.email %}
Email:

{{ page.email }}

{% endif %} {% if page.telephone %}
Tel:

{{ page.telephone }}

{% endif %} {% if page.address %}
Address:

{{ page.address | split: "," | join: "
" }}

{% endif %}

{{ content }}

{% if page.services %}

Services

{% endif %} {% if page.technologies %}

Technologies

{% endif %} {% if page.clients %}

Clients

{% endif %} {% include footer.html %}