{# User-local profiles to push, and the hub's published specifications to pull. #}
| Profile | On {{ hub_url }} | |
|---|---|---|
| {{ ref.name }} {{ ref.version }} | {{ {'identical': 'published, identical', 'differs': 'published with different content'}.get(on_hub, 'not published') }} | {% if on_hub != 'identical' %} {% endif %} |
No user-local profiles; built-in profiles are on every hub already.
{% endif %}| Specification | Here | |
|---|---|---|
| {{ spec.name }} {{ spec.version }}{% if spec.description %} — {{ spec.description }}{% endif %} | {{ {'new': 'not here', 'identical': 'identical', 'differs': 'different content'}[target.kind] }} | {% if target.kind == 'new' %} {% endif %} |
Nothing published yet.
{% endif %}