Replies: 1 comment 8 replies
-
| If you are precompiling templates, you can use tags that are not escaped, like  If you are rendering templates dynamically and insert the HTML via  | 
Beta Was this translation helpful? Give feedback.
                  
                    8 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to pass specific script/stylesheet that are on the page to the template?
Similar to what happens with
{{{body}}}Let's suppose that on page X, I need to pass some specific script, which will only be used on page X.
There is something like (illustrative example):
There in the template file, I capture everything that is in the session of the example above.
There is something like (illustrative example):
Image of the structure of what I want to pass to the template.
IMG: https://i.imgur.com/uy1rhkE.png
Beta Was this translation helpful? Give feedback.
All reactions