Bartik theme templates are incorrectly indented making readability poor. Revise inline with best practices.
<div id="messages"><div class="section clearfix">
Should be:
<div id="messages">
<div class="section clearfix">
Follow up from #1179764: Convert Bartik to HTML5