Created
April 26, 2018 03:24
-
-
Save Himujjal/af433e2303ece82a07c16765f7255aad to your computer and use it in GitHub Desktop.
Medium.com HTML Modules - 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<h1>Hello World!</h1> | |
<div> | |
<% import(module1.html), props = {prop1:"Using HTML-modules!"}%> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment