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