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

11 lines
113 B
HTML
Raw Normal View History

2016-02-08 18:48:16 +01:00
---
layout: default
---
<main>
<section>
<h1>{{ page.title }}</h1>
{{ content }}
</section>
</main>