lightspeed/_layouts/page.html

9 lines
122 B
HTML
Executable File

---
layout: default
---
<article class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</article>