mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 00:52:28 +00:00
* trophy gold commit' * save trophy gold * update preview * remove unused files and updat readme
26 lines
535 B
Plaintext
26 lines
535 B
Plaintext
input(name='attr_version' type='hidden' value='1')
|
|
|
|
//- VARIABLES
|
|
=============================
|
|
include src/pug/abstracts/variables.pug
|
|
|
|
//- INCLUDES
|
|
=============================
|
|
include src/pug/abstracts/mixins.pug
|
|
|
|
//-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
|