This content is coming from our API server. It's a standard text/html template: partials/helloworld.html. The template has a single variable named Name, which it greets below.

If you set the name URL param, it greets you by name, e.g. /posts/hello-world/?name=foobar

Greeting: Hello, {{ .Name }}!