---
master: true
Master Erb
<h1><%= current_page.data.title %></h1>
<%= yield %>
Using Inner: <%= current_page.data.inner ? 'true' : 'false' %>