{% extends "base.html" %} {% block title %}PKM — Welcome{% endblock %} {% block content %}

Welcome

{% if has_vault %}

Your vault path is configured:

{{ vault_path }}

You're ready to proceed with indexing and note features in the next milestones.

{% else %}
No vault path configured.

Set KB_VAULT_PATH in your environment or run via the CLI with pkm run --vault /path/to/vault

{% endif %}

Tailwind + DaisyUI is active. Try switching theme in the navbar.

{% endblock %}