{% extends 'base/base.html' %} {% load static %} {% block title %}Home{% endblock %} {% block content %}
{% if user.is_authenticated %}

Hello, {{ user.username }}!

Browse vulnerabilities

Change Password

{% csrf_token %}
{% else %}

You are not logged in

Log In

{% endif %}
{% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}