{% from 'components/social-cards.html' import social_cards with context %} {% extends 'base.html' %} {% block content %}

Email Me

{% if content %} {{content}} {% endif %}

You can email me at {{OWNER.email}}

Social Media

{{social_cards()}}
{% endblock %}