{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}

{{config.THEME_SETTINGS.first_name}} {{config.THEME_SETTINGS.last_name}}

{% if config.THEME_SETTINGS.street %} {{config.THEME_SETTINGS.street}} · {% endif %} {% if config.THEME_SETTINGS.city %} {{config.THEME_SETTINGS.city}}, {% endif %} {% if config.THEME_SETTINGS.state %} {{config.THEME_SETTINGS.state}} {% endif %} {% if config.THEME_SETTINGS.zip %} {{config.THEME_SETTINGS.zip}} · {% endif %} {% if config.THEME_SETTINGS.phone %} {{config.THEME_SETTINGS.phone}} · {% endif %} {{config.THEME_SETTINGS.email}}

{{this.title}}

{{this.body}}

{% include "includes/social_row.html" %}
{% endblock %}