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.html.erb

6 lines
79 B
Text
Raw Normal View History

---
layout: false
title: This is the title
---
<h1><%= data.page.title %></h1>