UNPKG
noddity
Version:
latest (5.0.0)
5.0.0
4.5.0
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0
1.0.3
1.0.1
1.0.0
0.0.0
A client-side cms with a flat-file backend
github.com/TehShrike/noddity
TehShrike/noddity
noddity
/
content
/
root-template.html
16 lines
(14 loc)
•
175 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title:
root
html
date:
2015-10-06
---
<!DOCTYPE
html>
<html>
<head>
<meta
charset="utf-8">
<title>{{title}}</title>
</head>
<body>
{{
>current
}}
</body>
</html>