UNPKG
picanhajs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.994
0.0.993
0.0.992
0.0.991
0.0.99
0.0.98
0.0.96
0.0.95
0.0.94
0.0.93
0.0.92
0.0.9
A tasty website static generator
github.com/PicanhaLabs
PicanhaLabs/PicanhaJS
picanhajs
/
_templates
/
default_theme
/
page.html
22 lines
(18 loc)
•
272 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Blog
</
title
>
{{> includes}}
</
head
>
<
body
>
{{> header}} {{#post}}
<
section
class
=
"wrapper"
>
<
h3
class
=
"page-title"
>
{{title}}
</
h3
>
<
div
class
=
"page-content"
>
{{{body}}}
</
div
>
</
section
>
{{/post}}
</
body
>
</
html
>