{% extends "base.html" %} {% block title %}{{ doc.title if doc else 'Not Found' }} — Docs{% endblock %} {% block content %}

Dokumentasi

CLI Scripts & Panduan Penggunaan

{% if doc %}
{{ doc.html | safe }}
{% else %}

404 — Dokumen Tidak Ditemukan

File docs/{{ current_slug }}.md tidak ditemukan.

← Kembali ke Index
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}