1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/fixtures/test-app/source/front-matter-2.php.erb
2011-12-11 16:22:38 -08:00

7 lines
No EOL
100 B
Text

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