{% extends "base.html" %} {% block title %}{{ document['title'] }} · MarkAI{% endblock %} {% block body %}
{{ document['title'] }} {{ document['doc_type'] }}
{% if document['source_folder'] %} Synced with {{ document['source_folder'] }} {% else %} No source folder set — notes are only stored in MarkAI. Set one from the library {% endif %}
Click or select text to add a note · hold Ctrl to click links normally
Loading document…
{% endblock %} {% block scripts %} {% if document['doc_type'] == 'pdf' %} {% endif %} {% endblock %}