{% endif %}
{% endif %}
{% endblock %}
{% block pages %}
{% include "home.html" if data is not none %}
{% include "professional.html" if data is not none %}
{% include "personal.html" if facebook_data is not none and github_data is not none %}
{% include "contact.html" if user_data is not none and data is not none %}
{% endblock %}