## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%block name="title"> ${_('Log In')}
<%include file="/base/flash_msg.html"/>
${h.form(url('login_home', came_from=c.came_from))}
${h.text('username',class_='form-control focus large')}
${h.password('password',class_='form-control focus large')}
${h.end_form()}