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

{{ the_title() }}

{{ the_content('

' ~ __('Read the rest of this entry »', 'kubrick') ~ '

') }} {{ wp_link_pages([{'before': '

' ~ __('Pages:', 'kubrick') ~ ' '}, {'after': '

'}, {'next_or_number': 'number'}]) }} {{ the_tags( '

' ~ __('Tags:', 'kubrick') ~ ' ', ', ', '

') }}
{% include 'comments.html.twig' %} {% endfor %} {% else %}

{{ __('Sorry, no posts matched your criteria.', 'kubrick') }}

{% endif %}