{% extends "base.html" %} {% if not action %} {% set action = 'Bookmarks' %} {% endif %} {% block title %}{{ action }}{% endblock %} {% block pageheader %}{{ action }}{% endblock %} {% block pagecontent %} {% if tag and not publictag %}
Create public page tag
{% endif %} {% if tag and publictag %}
Public link
{% endif %} {% if message %}
{{ message|safe }}
{% endif %}

{% if tags %}
{% endif %} {% include 'cards.html' %}
add
{% endblock %} {% block extrajs %} {% endblock %}