$js
$js : string
A string concatenation of inline `<script>` elements.
Mustache helpers for rendering CSS and JavaScript.
addCssRequirement(string $css, \Mustache_LambdaHelper $helper = null) : void
Enqueue an external CSS file.
Must include <link />
or surrounding <style>
element.
string | $css | The CSS requirements. |
\Mustache_LambdaHelper | $helper | For rendering strings in the current context. |