lightspeed/_layouts/page.html

9 lines
90 B
HTML
Executable File

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