text content provider
blackstork/builtin, v0.4.2
Description #
Renders text block
The text content provider is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.
Configuration #
This content provider does not accept any configuration arguments.
Usage #
This content provider accepts the following arguments within a content text block:
content text {
# Text value rendered as a Go template
#
# Required string.
#
# For example:
value = "Hello world!"
}