lightspeed/_layouts/page.html

9 lines
122 B
HTML
Raw Normal View History

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