middleman/middleman-core/fixtures/frontmatter-app/source/front-matter-2.php.erb
2011-12-29 15:09:51 -08:00

7 lines
100 B
Plaintext

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