Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created February 5, 2014 13:25
Show Gist options
  • Save koenbok/8823535 to your computer and use it in GitHub Desktop.
Save koenbok/8823535 to your computer and use it in GitHub Desktop.
title: Hello There!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
</head>
<body>
Your title is: {{ title }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment