<%= Enum.map sections, fn section -> %>
    <a class="text-normal-medium d-block <%=section.desc%>" href="#<%= section.desc %>"><%= section.desc %></a>
<% end %>