Skip to content

Instantly share code, notes, and snippets.

@oscargicast
Created January 25, 2014 02:28
Show Gist options
  • Save oscargicast/8610880 to your computer and use it in GitHub Desktop.
Save oscargicast/8610880 to your computer and use it in GitHub Desktop.
View
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Suma</h1>
<p>
{{variable1}} + {{variable2}} = {{result}}
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment