{% extends 'base.html' %} {% block title %}Vertex AI Search Demo - {{title}}{% endblock %} {% block description %}Click on one of the text boxes to open up a full-page widget for the search engine.{% endblock %} {% block content %} {% for s in search_engine_options %}
{{s.name}}
{% endfor %} {% endblock %} {% block js_imports %} {% endblock %}