{% if (have_posts()) %}

{{ __('Search Results', 'kubrick') }}

{% for post in loop %}

{{ the_title() }}

{{ the_time('F jS, Y') }}
{% endfor %} {% else %}

{{ __('No posts found. Try a different search?', 'kubrick') }}

{% include 'searchform.html.twig' %} {% endif %}