<div class="allNews-wrap">
    <a href="#">
        <div class="img-wrap">
            <img src="/images/big-header-img.jpg" alt="img">
        </div>
        <div class="news-content">
            <h4 class="sub-title">Innovation</h4>
            <h2 class="main-title"> Sustainable Investing and ESG Advocated hope dire climate report serves as wake </h2>
        </div>
    </a>
</div>
<div class="allNews-wrap">
  <a href="{{link}}">
    <div class="img-wrap">
      {% if imgRendered is not empty %}
        {{ imgRendered }}
      {% else %}
        <img src="{{imgSrc}}" alt="img">
      {% endif %}
    </div>
    <div class="news-content">
      <h4 class="sub-title">{{subTitle}}</h4>
      <h2 class="main-title"> {{mainTitle}} </h2>
    </div>
  </a>
</div>
{
  "imgSrc": "/images/big-header-img.jpg",
  "imgRendered": null,
  "mainTitle": "Sustainable Investing and ESG Advocated hope dire climate report serves as wake",
  "subTitle": "Innovation",
  "link": "#"
}
  • Handle: @news_item_small
  • Preview:
  • Filesystem Path: components/03-components/news_item_small/news_item_small.twig

There are no notes for this item.