--- --- import Comments from '{{ "/assets/mscomm/comments.js" | relative_url }}' export function loadComments() { document.getElementById('load-comments-btn').remove(); customElements.define('oom-comments', Comments); } window.loadComments = loadComments;