--- layout: base.njk --- {% set service = services | getServiceById(key) %} {% if service %}

{{title}} {{strings.state[locale]}}

{{ content | safe }}

sp-codes

{{ service.description[locale] | safe }}
{% if service.ossrox %}
Ossrox
{{ service.ossrox.description[locale] }}
{% endif %}
{% else %} Service not found {% endif %}