{% extends "bookmarksbinpage.html" %} {% block title %} BookmarksBin - Tags Management {% endblock %} {% block content %}

Tags Management

Enter a new tag:

The application uses tags for helping you classify your bookmarks for display. A single word represents a tag. If you enter more than one word, BookmarksBin will take each as a separate tag. You may define as many tags as you want.

{% for tag in tagsList %} {% endfor %}
{{ tag.name }}
{% endblock %}