summaryrefslogtreecommitdiff
path: root/src/_includes/base.vto
blob: 0a74785cde20769fae698d2bd199742e1a7d2166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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">
		{{ comp.nav({ links }) }}
		{{ content }}
		{{ comp.footer() }}
	</body>
</html>