Your Specifications
{% for spec in user_specs %}
{% endfor %}
{% else %}
{{ spec.display_name }}
{% if spec.description %}
{{ spec.description[:80] }}{% if spec.description|length > 80 %}...{% endif %}
{% endif %}
{% for version in spec.versions %}
Edit v{{ version }}
{% endfor %}
No specifications yet. Create one to get started.
{% endif %}Create a New Specification
Build a custom specification from scratch or start with an existing template.