%
sections = [{
url: decidim_design.root_path,
path: false,
icon: "home-7-line",
text: "Home"
},{
url: false,
path: "foundations",
icon: "ruler-line",
text: "Foundations"
},{
url: false,
path: "components",
icon: "focus-line",
text: "Components"
}]
%>
<% if content_for?(:heading) %>
<%= yield :heading %>
<% if content_for?(:description) %>
<%= yield :description %>
<% end %>
<% end %>
<%= yield %>