Learning Log - Topics - {% if user.is_authenticated %} Hello, {{ user.username }}. {% else %} Register - Log in {% endif %}

{% block content %}{% endblock content %} {% if user.is_authenticated %}
{% csrf_token %}
{% endif %}