{% set site_link = "" + app_name + "" %}

{{ _("Hi {0},").format(first_name) }}


{{ _("The course {0} is now available on {1}.").format(frappe.bold(title), app_name) }}


Click on the link below to start learning.

{{ _("Start Learning") }}


{{ _("You can also copy-paste following link in your browser") }}
{{ site_url }}{{ course_link }}


{{ _("Thanks and Regards") }},

{{ app_name }}