<%# /templates/go.html.ep %> <% layout 'default'; %> <% title 'Go Links'; %> % content_for 'head' => begin % end

🔗 Go Links

<% if (@$links) { %>

Active Links

<% for my $link (@$links) { %>
→ <%= $link->{url} %> <% if ($link->{description}) { %> <%= $link->{description} %> <% } %>
<% } %> <% } else { %>

No Go Links configured yet!

Create your first short link above.

<% } %>