Well, I was thinking that sometimes I don't need the template part.
Just some simple message like "not authorized for this action". Then I
won't need to complicate the template code with error messages and
such. Of course I could redirect to a different simplate, but that's
not always very REST-like.
I still don't understand this sentence:
"Whatever is named “response” at the end of page two will be what
Aspen uses to capture the template output and respond to the client."
Do you mean, that the variable named "response" should be a Response
object and it will be used as a response, but its body attribute will
be replaced with the output of the template page?
Jussi