{% 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 show_as and show_as == 'list' %} apps {% else %} reorder {% endif %}

{% if tags %}
{% endif %} {% if show_as and show_as == 'list' %} {% include 'list.html' %} {% else %} {% include 'cards.html' %} {% endif %}
add
{% endblock %} {% block extrajs %} {% endblock %}