const hello = function(hi){
            console.log("hi");
        }
    
{{ _html|safe }}