^connect[$connect_string]{ $newsCount[^int:sql{select count(*) from news}[$.default{0}]] $news[^table::sql{ select date, header, body from news ORDER BY `ID` ASC }[$.limit(1) $.offset($newsCount-2)]] #пропустили :) } <h2><b>$news.header</b></h2>^untaint{$news.body}<p><i>$news.date</i>