So I'm now in tutorial 3
https://docs.djangoproject.com/en/5.0/intro/tutorial03/
In the first views, you can appreciate the usage of "%s" as part of the strings.
When searching for "%" or "%s", it doesn't shows any search result on the website (any idea on how to search for this?).
So I was wondering the usage of "%" and more specially of "%s" both for strings and HttpResponse argument.