{% extends "base.html" %} {% block title %}datasette-short-links Admin Panel{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

datasette-short-links Admin Panel

Links

{% if links | length == 0 %} No links have been created yet. {% else %} {% for link in links %} {% endfor %} {% endif %} {% endblock %}