Created
April 17, 2019 20:55
-
-
Save JeffMatsonPagely/b6de67bd59f957918cc5afb142d42d7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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