Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Last active November 21, 2018 07:46
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 anton-gorbikov/736dbb48fd5180d6f1261cf4d19feef7 to your computer and use it in GitHub Desktop.
Save anton-gorbikov/736dbb48fd5180d6f1261cf4d19feef7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<template id="testTemplate">
<div class="test-class1"></div>
<div class="test-class2"></div>
<div class="test-class3"></div>
</template>
</head>
<body>
<div id="parent">
</div>
<script type="text/javascript">
//Some script will be added here later
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment