Skip to content

Instantly share code, notes, and snippets.

@BenOsodrac
Last active May 26, 2020 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenOsodrac/272ea60a4868d4ba3e4aeacda4fbe6ca to your computer and use it in GitHub Desktop.
Save BenOsodrac/272ea60a4868d4ba3e4aeacda4fbe6ca to your computer and use it in GitHub Desktop.
const template = document.querySelector('template');
const node = document.importNode(template.content, true);
document.body.appendChild(node);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment