Created
February 12, 2017 16:08
-
-
Save freyandhy/4f6902a690216812796d81ab6dc347b4 to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Twig</title> | |
</head> | |
<body> | |
<p>Hai, saya adalah {{ name }}</p> | |
<p>Saya berasal dari kota {{ city }}</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment