{% set botoes = botoes %}

<div class="Lista-botoes">
	{% for item in botoes %}
		<a class="Button" href="{{item.botao.url}}" {% if item.botao.target %} target="_blank" {% endif %}>{{item.botao.title}}</a>
	{% endfor %}
</div>
