templates/modules/up-to-the-minute-content.html.twig line 1

Open in your IDE?
  1. <div class="uptotheminute utmsubpages">
  2.     <h4 class="up-to-minute-header"><a href="/news-room">UP TO THE MINUTE</a></h4>
  3.     {{ show_module({'cache_time': '180', 'type': 'content', 'ctype': '2', 'category': 'newsroom', 'limit': '2', 'show_images': 'no', 'show_dates': 'no', 'show_readmores': 'no', 'intro_length': '10', 'class': 'white small-titles', 'dupes': 'yes', 'exclude_in_dupes': 'yes' })}}
  4.     <a href="/news-room" class="read-more" style="padding: 0 15px; font-weight: bold;">Read More</a>
  5. </div>