Skip to content

Instantly share code, notes, and snippets.

View jarrodtaylor's full-sized avatar
🏖️
Working from home

Jarrod Taylor jarrodtaylor

🏖️
Working from home
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Alternator</title>
</head>
<body>
<h1>Welcome</h1>
<p>Hello, world!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title><!-- @siteTitle --></title>
</head>
<body>
<!-- #content -->
</body>
</html>
---
#layout: !layout.html
@siteTitle: Alternator
---
<!-- #include !header.html @pageTitle: Welcome -->
<p>Hello, world!</p>
<!DOCTYPE html>
<html>
<head>
<title>Alternator</title>
</head>
<body>
<h1>Welcome</h1>
<p>Hello, world!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Alternator</title>
</head>
<body>
<!-- #content -->
</body>
</html>
---
#layout: !layout.html
---
<!-- #include !header.html -->
<p>Hello, world!</p>
<!DOCTYPE html>
<html>
<head>
<title>Alternator</title>
</head>
<body>
<h1>Welcome</h1>
<p>Hello, world!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Alternator</title>
</head>
<body>
<!-- #content -->
</body>
</html>