{% extends "base.html" %} {% block title %}Home - {{project_name}}{% endblock %} {% block content %}
A modern Flask fullstack application with authentication
{% if not current_user.is_authenticated %} {% else %} {% endif %}Secure user registration and login with Flask-Login
Clean and responsive design with custom CSS
WTForms with CSRF protection and validation
Secure session management and error handling