middleman/fixtures/test-app/source/front-matter-2.php.erb
2011-12-11 16:22:38 -08:00

7 lines
100 B
Plaintext

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