<article class="ml-notice is-jobs {{ modifiers ?? '' }}">
{% if hasImage is defined and hasImage == true %}
<div class="banner-media-wrapper has-margin-top">
<img src="{{ src ?? 'https://picsum.photos/700/394' }}" alt="">
</div>
{% endif %}
<div class="notice-content-wrapper">
<h2 class="at-title">
<a href="{{ link ?? path('services-procedure-BIP') }}">{{ title ?? 'Contido do boletÃn BIP' }}</a>
</h2>
<div class="at-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</div>
{% if hasTags is defined and hasTags == true %}
<ul class="ml-tags-list">
<li>
<a href="" class="at-tag is-primary">{{ category ?? 'CategorÃa' }}</a>
</li>
</ul>
{% endif %}
</div>
</article>