{% set required_keys = [] %} {% set faq_items = [ {"question": "What is APEP?", "answer": "APEP is a Python framework for fast and secure backends.", "open": true}, {"question": "How do I get started?", "answer": "The documentation walks you through setup step by step."}, {"question": "Where can I get support?","answer": "Via the contact page or directly by email."} ] %}

FAQ

{{ apep.macros.faq_list(items=faq_items) }}