1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00
Radicale/_layouts/page.html
Guillaume Ayoub 1ee43a0c3b First commit
2016-02-08 18:48:16 +01:00

10 lines
113 B
HTML

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