Stop Googling. The answer is staring you right in the face—you just have to read it.
Template injection allows an attacker to include template code into an existing (or not) template. A template engine makes designing HTML pages easier by using static template files which at runtime ...
# print(f"List is too long ({n} elements, expected <= 3)") # Output: List is too long (5 elements, expected <= 3) ...