{% extends "base.html" %} {% block title %}{{ meta.title }} — Ingestible{% endblock %} {% block content %}
← Back to Documents

{{ meta.title }}

Pages

{{ l0.total_pages }}

Chapters

{{ l0.total_chapters }}

Sections

{{ l0.total_sections }}

Passages

{{ l0.total_passages }}

{% if l0.author %}
Author: {{ l0.author }}
{% endif %} {% if l0.domain %}
Domain: {{ l0.domain }}
{% endif %} {% if l0.document_type %}
Type: {{ l0.document_type }}
{% endif %} {% if l0.target_audience %}
Audience: {{ l0.target_audience }}
{% endif %}
Total Chunks: {{ total_chunks }}
{% if meta.content_hash %}
Content Hash: {{ meta.content_hash }}
{% endif %}
{% if l0.executive_summary %}

Executive Summary

{{ l0.executive_summary }}

{% endif %} {% if l0.key_findings %}

Key Findings

{% endif %} {% if l0.methodology %}

Methodology

{{ l0.methodology }}

{% endif %} {% if l0.limitations %}

Limitations

{{ l0.limitations }}

{% endif %} {% if l0.toc_summary %}

Table of Contents

{{ l0.toc_summary }}

{% endif %} {% if l0.key_concepts %}

Key Concepts

{% for concept in l0.key_concepts %} {{ concept }} {% endfor %}
{% endif %}
{% if citations %}

Citations ({{ citations|length }})

{% for cit in citations %}
{{ cit.citation_id }} {% if cit.authors %} {{ cit.authors | join(', ') }} {% endif %} {% if cit.year %} ({{ cit.year }}) {% endif %}
{% if cit.title %}
{{ cit.title }}
{% endif %} {% if cit.venue %}
{{ cit.venue }}
{% endif %} {% if cit.doi %}
DOI: {{ cit.doi }}
{% endif %} {% if cit.inline_references %}
Referenced in {{ cit.inline_references|length }} passage(s)
{% endif %}
{% endfor %}
{% endif %}

Chunk Hierarchy

Loading hierarchy...

Token Economics

Loading economics...

Search

Enter a query to search this document.

{% endblock %}