How to Solve NameError: name 'get_template' is not defined -- coffin

Solution: Import the 'get_template' module

# Add the following line to the top of your code
from coffin.template.loader import get_template

 

For more information:
coffin get_template