{% extends "bookmarks/base.html" %} {% block head_title %}Add Bookmark{% endblock %} {% block body %}

Add Bookmark

You can drag this 'Add to {{ SITE_NAME }} Bookmarks' link to your bookmark bar to post the pages you visit!

{% csrf_token %} {{ bookmark_form }}
{% endblock %}