mirror of
https://github.com/elisspace/blog-test.git
synced 2026-08-29 15:43:52 +00:00
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
templateClass: tmpl-home
|
|
---
|
|
<h1>My Blog</h1>
|
|
|
|
{{ layoutContent | safe }}
|