diff options
Diffstat (limited to 'tpl/views/bubble.pug')
-rw-r--r-- | tpl/views/bubble.pug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/views/bubble.pug b/tpl/views/bubble.pug new file mode 100644 index 0000000..037398f --- /dev/null +++ b/tpl/views/bubble.pug | |||
@@ -0,0 +1,7 @@ | |||
1 | mixin view-bubble | ||
2 | +view('bubble', 'Bubble') | ||
3 | .c-box | ||
4 | +bubble('12:34', 'Volpeon')= loremIpsum | ||
5 | |||
6 | .c-box | ||
7 | +bubble('12:34', 'Volpeon')(scope='lock')= loremIpsum | ||