Loading data.
PAGE CONTENTS
ViewHelper which creates a <base href="..."></base> tag.
<base href="..."></base>
The Base URI is taken from the current request.
Example:
<f:base />
Output:
<base href="https://example.org/" />
Depending on your domain.
This ViewHelper has no arguments.