{% extends "base.html" %}{% block title %}{{ doc.title }} – PaganOS Docs{% endblock %} {% block og_title %}{{ doc.title }} – PaganOS Docs{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ t('docs') }} / {{ doc.title }}

{{ doc.title }}

{% if is_admin %} {{ t('edit') }}
{% endif %}
{% if doc.slug == 'getting-started' %}
Pagan Linux
{% endif %}
{{ doc.content | markdown | safe }}
{{ t('available_in') }}: Polski · English {% if other_langs %} Dostępne też: {% for l in other_langs %} {{ {'pl':'Polski','en':'English'}[l] or l }}{% if not loop.last %} · {% endif %}{% endfor %} {% endif %} ← {{ t('back') }}
{% endblock %}