<include-css> include CSS with content

name
include-css
xml namespace
http://moyaproject.com

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 %}
attributes
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
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes