Places whatever provided to HTML document head tag.
Basic usage:
{{ document.setheadtag }}
Usage with parameters:
{{ document.setheadtag(Content) }}
Parameters:
Content
(optional) – You can add script or css link here or style tags. This will go to HTML document HEAD part.
Example:
{{ document.setheadtag(<script src='https://code.jquery.com/ui/1.12.1/jquery-ui.js' type='text/javascript'></script>) }}
Leave a Reply
You must be logged in to post a comment.