{% extends "introduction/base.html" %} {% block content %} {% block title %} XSS LAB {% endblock %}

FAANG IT


{% if company %}

Company Name : {{company}}

Ceo Name : {{ceo}}

About : {{about}}

{% elif query %}

The company '{{query|safe}}' You searched for is not Part of FAANG

{% else %} {% endif %}

{% endblock content %}