{% include 'head.html' %}
{% if data %}

{{ data['msg'] }} from pd

{% else %}

Welcome to pd

{% endif %}
{% include 'logo.html' %}