Skip to content

Instantly share code, notes, and snippets.

View vinodselvin's full-sized avatar

Vinod Selvin vinodselvin

View GitHub Profile
@vinodselvin
vinodselvin / dynamicTemplate.html
Created July 3, 2018 10:55
JS Templating by Vinod Selvin
<div id="user-profile-template" class="hidden">
<div class="wrapper">
<h4>${data.title}</h4>
<div>${data.desc}</div>
</div>
</div>