Skip to content

Instantly share code, notes, and snippets.

@freyandhy
Created February 12, 2017 16:08
Show Gist options
  • Save freyandhy/4f6902a690216812796d81ab6dc347b4 to your computer and use it in GitHub Desktop.
Save freyandhy/4f6902a690216812796d81ab6dc347b4 to your computer and use it in GitHub Desktop.
<!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