13 lines
294 B
Nix
13 lines
294 B
Nix
_: {
|
|
template = "base";
|
|
|
|
head = /*html*/''
|
|
<title>nte example</title>
|
|
'';
|
|
|
|
body = /*html*/''
|
|
<h1>nte example site</h1>
|
|
<p>this site was written in nte</p>
|
|
<p>check the sources <a href="https://git.jacekpoz.pl/jacekpoz/nte/src/branch/master/example">here</a></p>
|
|
'';
|
|
}
|