Swinburne Bookmarks

<%# This code loops through the categories provided by the controller %> <% for my $category (@$categories) { %>

<%= $category->{title} %>

<%# Check if there are any links in the category before creating the list %> <% if (@{$category->{links}}) { %> <% } else { %>

No links found for this category.

<% } %> <% } %>