--- layout: base.njk ---
{% if tags %}
{% for tag in tags %} {{tag}} {% endfor %}
{% endif %} {{ content | safe }}
{% if series %}
{{ strings.article.seriesParts[locale] }}
{%- for post in collections.all %} {% if post.data.series == series %} {% endif %} {%- endfor %}
{% endif %} {% set service = services | getServiceById(service) %} {% if service %}
{{ strings.article.relatedService[locale] }}
{% if service.beta == true %}
TEST-PHASE
{% endif %}

{{service.name}}{% if service.url %} {% endif %}

{% if service.status %} {% endif %}
{{service.summary[locale]}}
{% endif %}
{{ strings.article.questions[locale] }}
{{ strings.article.questionsContent[locale] | safe }}
{{ strings.article.aboutMe[locale] }}
{{ strings.article.aboutMeContent[locale] | safe }}
{{ strings.article.yourOpinion[locale] }}