{% extends "base.html" %} {% block title %}Knowledge Base — {{ app_name }}{% endblock %} {% block content %}
{% for book in books %}

{{ book.name }}

{{ book.chapters | length }} chapters

{% else %}

No books yet. Create the first one.

{% endfor %}

Recently Updated Pages

{% for p in recent_pages %} {% endfor %}
TitleBookStatusUpdated
{{ p.title }} {{ p.book.name }} {{ p.status.value }} {{ p.updated_at.strftime('%d %b %Y') }}
{% endblock %}