UNPKG
bogart-edge
Version:
latest (0.7.14)
0.7.14
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.3
0.7.2
0.7.1
0.7.0
Fast JSGI web framework taking inspiration from Sinatra
github.com/nrstott/bogart
nrstott/bogart
bogart-edge
/
benchmarks
/
views
/
layout.html
10 lines
(9 loc)
•
129 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
title
>
Mustache with Layout
</
title
>
</
head
>
<
body
>
<
h1
>
Hello
</
h1
>
{{{ body }}}
</
body
>
</
html
>