{% extends "base.html" %} {% block content %} {% include "markdown-parser.html" %} {% if not view_only %} {% if config.THEME_CONF.get('use_theme_dark', False) %} {% endif %} {% endif %} {% if config.THEME_CONF.get('use_theme_dark', False) %} {% endif %} {% if search_enabled %} {% endif %}
{% if not view_only %}
{{ post_title_form.hidden_tag() }} {{ post_title_form.title() }} {{ post_title_form.submit() }}
{% else %}

{{ dataobj['title'] }}

{% endif %}
{% for tag in dataobj['tags'] %} {% endfor %}
{{ dataobj['date'] }} {% if dataobj['type'] == 'bookmark' or dataobj['type'] == 'pocket_bookmark' %} Link {% endif %}
{% if not view_only %}
{{ form.hidden_tag() }}
{{ move_form.hidden_tag() }} {{ move_form.path(placeholder=move_form.path.name) }}
{% endif %}
{% if not view_only %} {% endif %} {% if backlinks %} {% endif %}

{% if not view_only %} {% endif %} {% endblock %}