Skip to content

Instantly share code, notes, and snippets.

@jonathanagustin
Created September 21, 2023 08:14
Show Gist options
  • Save jonathanagustin/957047cb8d5275d46ba2a0360a789e86 to your computer and use it in GitHub Desktop.
Save jonathanagustin/957047cb8d5275d46ba2a0360a789e86 to your computer and use it in GitHub Desktop.
crumbcutter-index
{
"project_name": "Index",
"author": "Anonymous"
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ crumbcutter.project_name }}</title>
</head>
<body>
<h1>{{ cookiecutter.project_name }}</h1>
<p>by {{ crumbcutter.author }}</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment