<ul class="list-unstyled" data-match-height="items-f">
	{% for information in informations %} 
	<li><a href="{{ information['href'] }}">{{ information['title'] }}</a></li>
	{% endfor %} 
	{% if (simple_blog_found is defined) %} 
	<li><a href="{{ simple_blog }}">{{ simple_blog_footer_heading }}</a></li>
	{% endif %} 
</ul>