Skip to content

Instantly share code, notes, and snippets.

@bymathias
Last active July 11, 2020 16:03
Show Gist options
  • Save bymathias/a1492bae09259ea4d5e115b953ecb7d5 to your computer and use it in GitHub Desktop.
Save bymathias/a1492bae09259ea4d5e115b953ecb7d5 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
{{> _head
title="Page Title"
description="Page description goes here.."
config=htmlWebpackPlugin.options.config
}}
</head>
<body>
{{> _navbar }}
<p>content goes here</p>
{{> _footer }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment