A character sheet that runs in browser for D&D 5th edition for A5 sized paper
at main 6 lines 620 B view raw
1(function() { 2 var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {}; 3Handlebars.partials['holePunch'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) { 4 return "<img src=\"/hole-punch.svg\" class=\"hole-punch-1\" />\n<img src=\"/hole-punch.svg\" class=\"hole-punch-2\" />\n<img src=\"/hole-punch.svg\" class=\"hole-punch-3\" />\n<img src=\"/hole-punch.svg\" class=\"hole-punch-4\" />\n<img src=\"/hole-punch.svg\" class=\"hole-punch-5\" />\n<img src=\"/hole-punch.svg\" class=\"hole-punch-6\" />\n"; 5},"useData":true}); 6})();