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

8 lines
121 B
Plaintext

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