{% extends "base.html" %} {% block title %}Catatan Al-Quran{% endblock %} {% block page_title %}Catatan Al-Quran{% endblock %} {% block content %}
Catatan pribadi dari bacaan Al-Quran
{% set words = note.verse_text.split() %} {% for word in words %} {% if note.hukum_bacaan and note.word_position is not none and loop.index0 == note.word_position %} {{ word }} {% else %} {{ word }} {% endif %} {% endfor %}
{{ note.content }}
{{ note.created_at.strftime('%d %B %Y, %H:%M') }}
Halaman {{ pagination.page }} dari {{ pagination.pages }} ({{ pagination.total }} catatan)
Mulai membaca Al-Quran dan tap/klik kata manapun untuk menambahkan catatan pribadi.
Mulai Membaca Al-Quran