Advanced Kitsune Tags¶
With kitsune, you give your client the complete power over the content on the website. But you can still control how that content will be displayed.
Kitsune provides six tags for this purpose.
Kitsune Tag | Description |
---|---|
k-hide | Hides the content if the condition is true |
k-show | Shows the content only if the condition is true |
k-repeat | Displays all or few items |
k-norepeat | Displays the content only once |
k-dl | Create dynamic URL of a web page. |
k-object | Creates an object for a class to be used on that page |
k-script | To display data from API response |