{% apply inline_css %} <html> <head> <style> p { color: red; } </style> </head> <body> <p>Hello CSS!</p> </body> </html> {% endapply %}