{% extends "shared/layout.html" %} {% block head %} {% with page_title="Bundles - Linkding" %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}

Bundles

Add bundle
{% include 'shared/messages.html' %} {% if bundles %}
{% csrf_token %} {% for bundle in bundles %} {% endfor %}
Name Actions
{{ bundle.name }}
Edit
{% else %}

You have no bundles yet

Create your first bundle to get started

{% endif %}
{% endblock %}