{% extends "base.html" %}
{% block title %}Worktrunk — Git Worktree Manager for AI Agent Workflows{% endblock title %}
{% block hero %}
Worktrunk
Git worktree management for parallel AI agent workflows
{% endblock hero %}
{% block toc %}
{% set docs_section = get_section(path="_index.md") %}
{{ macros::toc_nav(docs_section=docs_section) }}
{% endblock toc %}
{% block content_id %}worktrunk{% endblock content_id %}
{% block content %}
{# Display worktrunk content directly on homepage #}
{% set docs_section = get_section(path="_index.md") %}
{% set worktrunk = docs_section.pages | filter(attribute="slug", value="worktrunk") | first %}