{% load static %}
Static URL: {% static 'css/styles.css' %}
{{ request }}
URL Tag: {% url 'home' %}
{% if static 'css/styles.css' %}Static file exists{% else %}Static file not found{% endif %}