note description: "Summary description for {ESA_POST_REMINDER_PAGE}." date: "$Date$" revision: "$Revision$" class HTML_POST_REMINDER inherit TEMPLATE_POST_REMINDER rename make as make_template end create make feature {NONE} --Initialization make (a_host: READABLE_STRING_GENERAL; a_email: detachable STRING) -- Initialize `Current'. do debug log.write_information (generator + ".make render template: post_reminder.tpl") end -- Set folder to HTML set_template_folder (html_path) -- Build common template make_template (a_host, a_email, "post_reminder.tpl") -- Process current template process end end