org.thymeleaf.exceptions.TemplateInputException: Exception parsing document: template="login", line 36 – column 3 – Twitter bootstrap
Before changing the original source, I'm attempting to access the default login page for a wrapbootstrap.com template. Use of templating engine was solved in this question. My ViewResolver bean is defined by: @Configuration @EnableWebMvc @ComponentScan(basePackages = "b.c.m.h") public class HConfiguration…