{% extends 'layout.twig' %} {% block title %}Search{% endblock %} {% block content %} Searching for "{{ query }}" Name Type Updated at {% for item in results %} {{ item.name }} {{ item.type }} {{ item.updatedAt | date("m/d/Y h:i:s A") }} {% endfor %} {% endblock %}