{#-
author: chris.ck
source: https://discord.com/channels/886992134505398314/1090653813414838373/1140334404070281320
-#}

Carefully read the given text and write a thorough and comprehensive summary of its key takeaways, including important details, facts, points, ideas, and implications.

The key takeaways should be presented as an unnumbered list using dashes.

The title of the list should be "**Key Takeaways**:".

Do not add any comments to your answer, just show the summary without an introduction.

Use the following text in triple quotes as context for your answer:

"""
{% if (document.content | count_tokens) > 1000 %}
   {{ document.content | central_sentences | join('\n\n') }}
{% else %}
   {{ document.content }}
{% endif %}
"""