forked from clevett/roll20-SheetTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pug.pug
31 lines (23 loc) · 727 Bytes
/
pug.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
input(name='attr_version' type='hidden' value='1')
//- VARIABLES
=============================
include src/pug/abstracts/variables.pug
//- INCLUDES
=============================
include src/pug/abstracts/mixins.pug
//- TABS
=============================
input.type(name='attr_sheet_type' type='hidden' value='character')
input.display_string(name='attr_character_settings' type='hidden' value='')
//-PC SHEET
=============================
include src/pug/pages/pc.pug
//-FOOTER
=============================
include src/pug/layout/footer.pug
//-ROLL TEMPLATE
=============================
include src/pug/components/rolltemplates.pug
//- SCRIPTS
script(type="text/worker")
include src/js/scripts.js