Created
June 1, 2016 04:05
-
-
Save nateyolles/c4c1583fdd686781a20f7532ce0a7149 to your computer and use it in GitHub Desktop.
Custom Client Library Usage in AEM with Sightly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head data-sly-use.clientLib="${'/apps/clientlib-async/sightly/templates/clientlib.html'}"> | |
<!--/* for css+js */--> | |
<meta data-sly-call="${clientLib.all @ categories='your.clientlib'}" data-sly-unwrap></meta> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment