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

7 lines
112 B
Plaintext
Raw Normal View History

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