@if (currentMovie.length > 0) {
{{ currentMovie[0].title }}
{{ currentMovie[0].description }}
@if(currentUserLikedCurrentMovie) { } @else { }
}