github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v1/rss.jade (about)

     1  doctype xml
     2  rss(version='2.0')
     3  channel
     4    title RSS Title
     5    description Some description here
     6    link(href="http://google.com")
     7    lastBuildDate Mon, 06 Sep 2010 00:01:00 +0000
     8    pubDate Mon, 06 Sep 2009 16:45:00 +0000
     9  
    10    each item in items
    11      item
    12        title= item.title
    13        description= item.description
    14        link= item.link