@extends('layouts.app') @section('content') @while (have_posts()) @php(the_post())
@if (has_post_thumbnail()) {!! get_the_post_thumbnail(null, 'large', ['class' => 'post-hero__img', 'loading' => 'eager']) !!} @endif
{{ __('Stranica', 'elit-gastro') }}

{{ get_the_title() }}

@php(the_content()) {!! wp_link_pages(['before' => '', 'echo' => 0]) !!}
@if (comments_open() || get_comments_number()) @php(comments_template()) @endif @endwhile @endsection