{% for article in articles %} {# Highlight substring matching #} {# Keep this a single line to avoid unwanted spaces. #}
  • {{ article['id']['value'][:search_term|length] }}{{ article['id']['value'][search_term|length:] }}
  • {% endfor %}