sS jsOnContentLoaded(S code) { ret empty(code) ? "" : [[document.addEventListener("DOMContentLoaded", function() { ]] + code + [[ });]]; }