UNPKG
gulp-ect-simple
Version:
latest (0.1.0)
0.1.0
Gulp plugin to compile ect.js template engine.
github.com/muniere/gulp-ect-simple
gulp-ect-simple
/
test
/
fixture
/
single.html
11 lines
(10 loc)
•
184 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Hello, World!
</
title
>
</
head
>
<
body
>
<
div
class
=
"message"
>
Hello, Earth.
</
div
>
</
body
>
</
html
>