lightspeed/_layouts/page.html

9 lines
90 B
HTML
Raw Normal View History

2019-04-09 10:58:22 +00:00
---
layout: default
---
<article>
<h1>{{ page.title }}</h1>
2019-04-09 10:58:22 +00:00
{{ content }}
</article>