{{ escape(link) }}
{% end %}{{ escape(name) }} | {% if "http://" not in data.currentRandomLink %} {{ escape(data.currentRandomLink[:maxLength]) }} {% else %} {{ escape(data.currentRandomLink[:maxLength]) }} {% end %} |
|
User | Link | {% for u in data.links.keys() %} |
---|---|---|
{{ escape(u) }} | {% if "http://" not in data.links[u] %} {{ escape(data.links[u][:maxLength]) }} {% else %} {{ escape(data.links[u][:maxLength]) }} {% end %} |
|