{% extends "base.html" %} {% block title %}Specifications{% endblock %} {% block content %}
| ID | Title | Priority | Scope | Handle | Status | v |
|---|---|---|---|---|---|---|
| {{ spec.id }} | {{ spec.title }} | {{ spec.priority or '' }} | {{ spec.scope or '' }} | {% if spec.handle %}{{ spec.handle }}{% endif %} | {{ spec.status }} | {{ spec.version }} |