load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "templates", srcs = ["templates.go"], embedsrcs = [ "callback.html", "print_barcode.html", "client.html", "view_barcode.html", "choose_flow.html", "customize_options.html", "register_page.html", ], importpath = "edge-infra.dev/pkg/edge/iam/verify/templates", visibility = ["//visibility:public"], )