{% extends "main.html" %} {% set canonical = page.canonical_url | string %} {% set is_zh = "/zh/" in canonical %} {% if is_zh %} {% set hero_title = "让上下文经得起交接。" %} {% set hero_lead = "PowerContext 为 Source、Artifact 和 Trigger 定义清晰契约,让后来的人或 Agent 能够检查、接手并继续一段工作。" %} {% set primary_label = "阅读文档" %} {% set secondary_label = "查看 API 参考" %} {% else %} {% set hero_title = "Context that survives the handoff." %} {% set hero_lead = "PowerContext defines explicit Source, Artifact, and Trigger contracts so later humans and agents can inspect, take over, and continue a piece of work." %} {% set primary_label = "Read the documentation" %} {% set secondary_label = "View the API reference" %} {% endif %} {% block htmltitle %}