{% extends "base.html" %} {% block title %}{{ project_name }} · Harbormaster{% endblock %} {% block content %} ← Dashboard / {{ project_name }} {% if host != "local" %} host: {{ host }} {% endif %} {{ project_name }} {% if project %} last commit: {% if project.last_commit %} {{ project.last_commit.hash }} {% else %} (no git) {% endif %} {% endif %} {% if project %} {{ project.brief or "(no description)" }} {% endif %} Status sourced from project_status {{ status_markdown }} {% include "_partials/ask_form.html" %} {% include "_partials/delegate_form.html" %} Coming in v2.1.0a6: Trajectory history (recent Q&A from the per-host store) {% endblock %}
{{ project.last_commit.hash }}
{{ project.brief or "(no description)" }}
project_status
{{ status_markdown }}
Coming in v2.1.0a6: