{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %} {% if request.path == "/about/" %}

About Me

Hey! I am Arafat Khan

I am a Python Developer who's learning how to print Hello World and aiming to be a Machine Learning engineer.
Find out more about me on my website:
It's right here

{% if user.is_authenticated %} Go back to managing tasks {% endif %}
{% endif %}