{% extends "base.html" %}{% block title %}{{ doc.title }} โ€“ PaganOS{% endblock %} {% block og_title %}{{ doc.title }} โ€“ PaganOS{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ doc.title }}

{% if is_admin %} Edytuj{% endif %}
{% if doc.slug == 'about' %}
PaganOS
{% endif %}
{{ doc.content | markdown | safe }}
{{ doc.author or 'โ€”' }} {% if doc.updated_at %} {{ doc.updated_at }}{% endif %} {% if other_langs %} {{ t('available_in') }}: {% for l in other_langs %} {{ {'pl':'Polski','en':'English'}[l] or l }}{% if not loop.end %} ยท {% endif %}{% endfor %} {% endif %}
{% endblock %}