package templates import _ "embed" //go:embed client.html var Client string //go:embed callback.html var Callback string //go:embed print_barcode.html var PrintBarcode string //go:embed view_barcode.html var BarcodeScanner string //go:embed choose_flow.html var Choose string //go:embed customize_options.html var Customize string //go:embed register_page.html var Register string