Add a CSS path to be included in the content. The list of paths will be added to a value called include
when the template is rendered. Here's an example:
<content libname="content.front" template="front.html"><include-css path="css/news.css" /></content>
The CSS paths can be rendered in a template as follows:
{% render include.css %}
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
from |
Application | application reference | No | ||
media |
Media name | text | No | "media" |
|
path |
Path to CSS | text | No | ||
type |
Type of link | text | No | "css" |
|
url |
External URL | text | No |
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |