URL Shortener
<% if (exists($page_data->{'url'})) { %>
source url:
'><%= $page_data->{'url'} %>
<%= $page_data->{'shorten_url'} %>
<% } %>