mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
160 B
Text
Executable file
8 lines
160 B
Text
Executable file
---
|
|
layout: false
|
|
sup: "Sup"
|
|
---
|
|
|
|
<h1>#{"<%= data.article.title %>"}</h1>
|
|
<h2>#{"<%= data.article.subtitle %>"}</h2>
|
|
<h3>#{"<%= current_page.data.sup %>"}</h3>
|