// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 package template /* The template package provides some common functions and methods to enable templating Boundary data into various places. This will not necessarily be a one-stop-shop for all templating needs, but using this package and its Data struct can help ensure consistency within templates. */