UNPKG
pivot
Version:
latest (0.1.0)
0.1.0
0.0.1
Simple feature, multi-variant and A/B testing
pivot
/
example
/
views
/
view.jade
9 lines
(7 loc)
•
163 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
h1
-
if
(features.welcomeMessage ===
"message1"
) |
Welcome
!
-
if
(features.welcomeMessage ===
"message2"
) |
Hey
there
Friend
!
.login
button
.btn
Login