{% import 'macros/common.html' as common %}
{% import 'macros/survey_modal.html' as survey_modal %}
{% import 'macros/google_tags.html' as google_tags %}
{% block head %}
{% block title %}{% endblock %} ~ PFun Digital Health
{{ google_tags.google_tags_head_script() }}
{% endblock %}
{{ google_tags.google_tags_body() }}
{{ survey_modal.survey_modal_html() }}
{% block navheader %}
{% endblock %}