简体   繁体   中英

How to include stylesheets in twig

How do I include stylesheets in twig? The documentation only refers to symfony2.

I want to benefit from twig caching system and to be afle to use my vars in stylesheets.

I'm not using symfony2, just plain and simple twig library.

Thank you!

same as you would normally with <link> tag. twig is a template engine for PHP ie has shortcuts for common structures(loops, if condition etc) of PHP with other features check out http://twig.sensiolabs.org/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM