How to Solve NameError: name 'HTMLMIN' is not defined -- flask_htmlmin

Solution: Import the 'HTMLMIN' module

# Add the following line to the top of your code
from flask_htmlmin import HTMLMIN

 

For more information:
flask_htmlmin HTMLMIN