UNPKG
exprssi
Version:
latest (0.5.1)
0.5.1
0.5.0
An NodeJS Express SSI Middleware
github.com/Stinobe/exprssi
Stinobe/exprssi
exprssi
/
test
/
mock
/
projects.shtml
12 lines
(11 loc)
•
211 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Projects - Expressi
</
title
>
</
head
>
<
body
>
<
h1
>
Projects
</
h1
>
<
p
>
The SSI middleware for Express
</
p
>
<!--# include virtual="partials/footer.shtml" -->
</
body
>
</
html
>