{% load static %} Template Test

Template Loading Test

Static Files Test

Static URL: {% static 'css/styles.css' %}

Include Test

{% include 'shared/partials/rating.html' with rating=4.5 count=10 show_count=True size="sm" aria_label="Test rating" %}

Context Variables

{{ request }}

Template Tags

URL Tag: {% url 'home' %}

Static File Exists

{% if static 'css/styles.css' %}Static file exists{% else %}Static file not found{% endif %}