Dears, I was learning the Django official tutorial. In the entire process, I did not create a custom tag set called "static". What does load static achieve here?
According to Django docs, load plays this following role.
load
Loads a custom template tag set.
For example, the following template would load all the tags and filters registered in somelibrary and otherlibrary located in package package: