const template = `Hello World`; document.getElementById('container').insertAdjacentHTML('afterBegin', template ); // element with id hello Ishida without problems.