Authentications
Home
Contact
Services
About
Python
{% if user.is_authenticated %}
Logout
{% else %}
Login
Register
{% endif %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block body %} {% endblock %}