{% extends 'layout.html' %} {% block page_body %}

Welcome, {{ user.firstname }}

{% set block_id = 'button_get_in_touch' %} {% include '_shared.html' %}
{% endblock %}