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

8 lines
109 B
Plaintext

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