← Terug {% if error %}
Fout:
{{ error }}
{% endif %}

Scrape resultaat

{% if result %}
Titel: {{ result.title }}
Auteur: {{ result.author }}
{% if result.description %}
Beschrijving:

{{ result.description }}

{% endif %}
Aantal chapters: {{ result.chapters|length }}
{% if result.chapters %}
Chapters:

{% endif %} {% endif %}