def mail_reply(id=0): mail = Mail.query.filter(Mail.id == id).first() return render_template('mail_reply.html', mail=mail)