middleman/middleman-core/fixtures/frontmatter-app/source/json-front-matter-auto.erb

6 lines
91 B
Plaintext

{{{
"layout": false,
"title": "This is the title"
}}}
<h1><%= data.page.title %></h1>