Access Message of an Email template

Hello, im using a custom function to send multiple mails by using an email template.
But the message of the template cant get rendered.
Im using this line to access the message but it dont work:
email_content = frappe.render_template(email_template.message)

Has someone an idea how i can fix that or how i can check in my serverlog that the message is getting rendered right?