Skip to content

Instantly share code, notes, and snippets.

@JeffMatsonPagely
Created April 17, 2019 20:55
Show Gist options
  • Save JeffMatsonPagely/b6de67bd59f957918cc5afb142d42d7d to your computer and use it in GitHub Desktop.
Save JeffMatsonPagely/b6de67bd59f957918cc5afb142d42d7d to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
{% include header.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment