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

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

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