{% if (have_posts()) %} {% for post in loop %}

{{ the_title() }}

{{ the_time('F jS, Y') }}
{{ the_content(__('Read the rest of this entry »', 'kubrick')) }}
{% endfor %} {% else %}

{{ __('Not Found', 'kubrick') }}

{{ __('Sorry, but you are looking for something that isn’t here.', 'kubrick') }}

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