middleman/middleman-core/fixtures/frontmatter-app/source/raw-front-matter.html

7 lines
88 B
HTML

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