{% extends "base.html" %} {% block content %} {% if wrong_owner %}
You are not the owner of this URL...
{% endif %}

URL Dashboard

{# Add Link dropdown menu #}
{# Sort dropdown menu #}
{# My Links/All Links dropdown menu #}
{% if query and not links %}
No results found for query {{ query }}
{% endif %} {% if links %}
{% for link in links %} {% include "link_card.html" %} {% endfor %}
{% if lastpage and lastpage > 1 %} {% endif %} {% endif %} {% assets "shrunk_index" %} {% endassets %} {% endblock %}