<%= @title %>

<% if @widgets %> <% @widgets.each do |widget| %>
<%= raw widget.first %>
<% end %> <% end %>
<% if @links %> <% @links.each do |link| %> <%= link_to link[0], link[1], class: 'lato-button action-button' %> <% end %> <% end %>