#include("./common/header.html", {title : '找回密码'})
#if(null == info)

请输入您的电子邮件地址, 您将收到一个链接来创建一个新的密码。

#if(null != error)
${error}
#end
#else
${info}
#end
#include("./common/sidebar.html")
#include("./common/footer.html")