Начиная с версии [SVN 1098] у данного шаблона появляется набор собственных TWIG переменных.
[TWIG]
NEWS: {{ debugValue(news) }}
Plugins: {{ debugValue(p) }}
[/TWIG]
[TWIG]
<h2>{{ news.categories.masterText }} || {{ news.title }}</h2>
(c) <a href="{{ news.author.url }}">{{ news.author.name }}</a> at {{ news.date }} {% if (news.flags.isUpdated) %}(changed at {{ news.update }}){% endif %}
Viewed: {{ news.views }} times<br/>
{{ news.short }} {{ news.full }}<br/>
{{ news.pagination }}
<br/>
{{ plugin_comments }}
[/TWIG]
<h2>{category} || {title}</h2>
(c) {author} at {date} [update](changed at {update})[/update]
Viewed: {views} times[comheader], commented: {comnum} times[/comheader]<br/>
{short-story} {full-story}<br/>
{pagination}
<br/>
{plugin_comments}