{% extends "base.html" %} {% load i18n mezzanine_tags keyword_tags %} {% block meta_title %}{{ bookmark.title }} | Bookmarks{% endblock %} {% block content-block %}

{{ bookmark.title }}

{% if user.is_authenticated %} {{ bookmark.content|safe }} {% else %}

You have to login to see the content of the page.

{% endif %}
{% endblock %}