lightspeed/_layouts/page.html
2019-04-09 06:58:22 -04:00

9 lines
122 B
HTML
Executable file

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