blob: 616ae4cffeeaa567e80de2e1e360dea991ac54f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
links:
- name: home
url: "/"
- name: miniflux
url: "https://miniflux.mydadleft.me"
- name: github
url: "https://github.com/getchoo"
---
<!DOCTYPE HTML>
<html lang="en">
{{ comp.head({ title, description }) }}
<body class="bg-base text-text p-5 lg:p-0 text-md md:text-lg antialiased max-w-screen-md mx-auto my-10">
<h1>
<b>getchoo's website 🦕</b>
</h1>
{{ comp.nav({ links }) }}
{{ content }}
{{ comp.footer() }}
</body>
</html>
|