toasty.{{ options.type }}({
    title: "{{ options.title }}",
    msg: "{{ options.msg }}",
    showClose: {{ options.showClose }},
    clickToClose: {{ options.clickToClose }},
    timeout: {{ options.timeout || false }},
    sound: {{ options.sound }},
    html: {{ options.html }},
    shake: {{ options.shake }},
    theme: "{{ options.theme }}"
});