32 |
33 |
34 | {% if "FAQ" %}
35 |
52 | {% endif %}
53 |
54 |
55 |
56 | {% for nav_item in nav %}
57 | {% if nav_item.title not in ["FAQ", "Community", "DSPy in Production"] %}
58 | {{ item.render(nav_item) }}
59 | {% endif %}
60 | {% endfor %}
61 |
62 |
63 |