{% extends 'base.html' %} {% block content %}
{% if g.user %}

Welcome {{ g.user.username.capitalize() }},

{% else %}

Sign In, Guest

{% endif %}

Explore the Test Preparation exclusively made for you!

Take the test
{% endblock %}