When I use images, linked scripts etc the template file is not being parsed after a image or script tag. If I omit them the template file is parsed correct. What could be wrong? Environment: Perl 5.6.1 build 631 Template-Toolkit 2.08 Example code in template file: ... <img src="template/img/logo.jpg"> <p><strong>Message: [% message %]</strong></p> ... \Westa