1
0
mirror of https://github.com/elisspace/blog-test.git synced 2026-08-29 15:43:52 +00:00
Files
blog-test/_includes/layouts/home.njk
Zach Leatherman c86db0c9ce Initial commit.
2018-01-16 21:08:47 -06:00

8 lines
103 B
Plaintext

---
layout: layouts/base.njk
templateClass: tmpl-home
---
<h1>My Blog</h1>
{{ layoutContent | safe }}