This produces the following html: ```<!DOCTYPE htm...
# general
f
This produces the following html:
Copy code
<!DOCTYPE html>
<html lang="en">
	<head></head>
	<body>
		<h1>Hi from Pulumi!</h1>
		<img src="Calling [toString] on an [Output<T>] is not supported.

To get the value of an Output<T> as an Output<string> consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pulumi.interpolate `prefix${v}suffix`

See <https://pulumi.io/help/outputs> for more details.
This function may throw in a future version of @pulumi/pulumi."></img>
	</body>
</html>