{% extends "second-edition/base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block header %} {% if lang != "en" -%} {%- else -%} {%- endif %} {% endblock header %} {% block description -%} {{ page.summary | safe | striptags | truncate(length=150) }} {%- endblock description %} {% block toc_aside %} {% endblock toc_aside %} {% block main %}
Translated Content: This is a community translation of the {{ original.title }} post. It might be incomplete, outdated or contain errors. Please report any issues!
{%- if page.extra.translators %}Translation by {% for user in page.extra.translators -%} {%- if not loop.first -%} {%- if loop.last %}, and {% else %}, {% endif -%} {%- endif -%} @{{user}} {%- endfor %}.
{% endif -%}Please leave your comments in English if possible.
{% endif %} {{ macros::utterances() }}