Renders a given template-string within the current render-engine-environment.

prepares html-source-code for the final output.

     *

     * This function comfortably wraps all the single functionalities:

     *   - resolve/replace content-blocks.

     *   - rewrite generic MAM-urls to pretty-urls

     *   - rewrite local links to pretty-url (Hublify-Page-Aliases)


Syntax

htmlOut(?string $htmlStr): string

  • $htmlStr - string
    The html given as string.


Examples


{{ hublify.htmlOut( '...' }}