Hello, everyone
I use flexkit.
The following code is in the news room.html
            <section class="flex_9" role="main">
                <!-- news list -->
            {newslist:news-room}
                <article class="news-item">
                    {$news:actions}
                    <time class="news-item-date small block mb10px" datetime="{$news:publishat:Y-m-d}">
                        <i class="icon-calendar2 icon16"></i>
                        {$news:publishat: M d, Y}
                    </time>
                    <a class="news-item-image text-center flex_3 f-alpha" href="{$news:url}">
                        <img src="{$news:preview}" alt="{$news:title:inline}" loading="lazy"/>
                    </a>
                    <a class="news-item-title large flex_9 f-omega mb10px" href="{$news:url}">{$news:title}</a>
                    <p class="news-item-description flex_9 f-omega mb10px">{$news:teaser}</p>
                    <p class="news-item-tags small cl-both text-right">{$news:tags}</p>
                </article>
            {/newslist}
            </section>
The following code is completely ignored
                <article class="news-item">
                    {$news:actions}
                    <time class="news-item-date small block mb10px" datetime="{$news:publishat:Y-m-d}">
                        <i class="icon-calendar2 icon16"></i>
                        {$news:publishat: M d, Y}
                    </time>
                    <a class="news-item-image text-center flex_3 f-alpha" href="{$news:url}">
                        <img src="{$news:preview}" alt="{$news:title:inline}" loading="lazy"/>
                    </a>
                    <a class="news-item-title large flex_9 f-omega mb10px" href="{$news:url}">{$news:title}</a>
                    <p class="news-item-description flex_9 f-omega mb10px">{$news:teaser}</p>
                    <p class="news-item-tags small cl-both text-right">{$news:tags}</p>
                </article>
How can I design the newsroom.
I want him to look like this
http://seotoaster-documentation.seotoaster.com/
{$newslist:template_n....
Can one create several news rooms?
Best regards
Ronny