I am writing a django template for my code. The code's output is a runlog of 100s of lines, and all lines start with a time stamp. How can I write a template that highlights in red all lines that contain the string "host to"? thanks!!I am writing a django template for my code. The