Skip to content

Instantly share code, notes, and snippets.

@stnc
Last active November 16, 2016 10:37
Show Gist options
  • Select an option

  • Save stnc/9c3c73a40651b73be73d2bd3b589e104 to your computer and use it in GitHub Desktop.

Select an option

Save stnc/9c3c73a40651b73be73d2bd3b589e104 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
<meta name="description" content="{{ description }}">
<meta name="author" content="selmantunc.com">
</head>
<body>
{{ title }}
<br>
<h2>{{ description }}</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment