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

Bundles

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

You have no bundles yet

Create your first bundle to get started

{% endif %}
Add new bundle
{% endblock %}