8 lines
201 B
HTML
8 lines
201 B
HTML
{% extends "base.html" %}
|
|
|
|
{#
|
|
{% block announce %}
|
|
<p>🎉 Docling is now officially supported in LlamaIndex! <a href="{{ 'integrations/llamaindex/' | url }}">Check it out</a>!</p>
|
|
{% endblock %}
|
|
#}
|