{% 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 %} Name Actions {% for bundle in bundles %} {{ bundle.name }} Edit Remove {% endfor %} {% else %} You have no bundles yet Create your first bundle to get started {% endif %} {% endblock %}
You have no bundles yet
Create your first bundle to get started