<div class="news-post-hero-row">
    <div class="news-post-hero-row__text">
        <div class="news-post-hero-row__text-container">
            <div class="flex-row">

                <div class="article-tag paragraph    hero">
                    hello
                </div>
            </div>
            <div class="news-post-hero-row__date date">13th March 2024</div>
            <h1 class="heading-1">Restoration work underway to create a new community hub for North Bristol at Brabazon</h1>
        </div>
    </div>
    <div class="news-post-hero-row__image image-container">
        <img src="/placeholder.png" />
    </div>
</div>
{{!< layouts}}

<div class="news-post-hero-row">
        <div class="news-post-hero-row__text">
            <div class="news-post-hero-row__text-container">
                <div class="flex-row">
                        {{> @article-tag title="hello" isHero=true}}
                </div>
                <div class="news-post-hero-row__date date">{{date}}</div>
                <h1 class="heading-1">{{heading}}</h1>
            </div>
        </div>
         <div class="news-post-hero-row__image image-container">
             <img src="/placeholder.png" />
        </div>
</div>
{
  "heading": "Restoration work underway to create a new community hub for North Bristol at Brabazon",
  "date": "13th March 2024"
}

No notes defined.