🔗 Public QR Code URL
This is the URL that your QR code points to (public page without statistics):
{{ request.url_root }}links/{{ page.id }}
📱 QR Code Preview
Loading QR code...
{% if page.links %}
{% endfor %}
{% else %}
{% endif %}
📚 Links with Statistics
{% for link in page.links %}
{{ link.title }}
{% if link.short_url %}SHORT{% endif %}
{% if link.description %}
{{ link.description }}
{% endif %}
{{ link.short_url if link.short_url else link.url }}
Clicks: {{ link.clicks or 0 }} |
Added: {{ link.created_at or 'N/A' }}
No Links Yet
This page doesn't have any links yet. Add some links to see statistics here.