{% extends "base.html" %} {% block title %}datasette-short-links Admin Panel{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| ID | Created at | Actor | Path | Query parameters |
|---|---|---|---|---|
{{ link["id"] }}
|
{{ link["created_at"] }} |
{{ link["actor"] }} | {{ link["path"] }} |
{{ link["querystring"] }}
|