#+BEGIN_EXPORT html

Theming and Templating

#+END_EXPORT * Main HTML Template #+NAME: js_lazyloading #+BEGIN_SRC js let noscript = document.getElementById('lazyloading'); let resources = noscript.innerText.split('\n'); for (var ix in resources) { noscript.insertAdjacentHTML('beforebegin', resources[ix]); } #+END_SRC #+NAME: html_lazyloading #+BEGIN_SRC html