diff --git a/index.html b/index.html index c6363aa..4776066 100755 --- a/index.html +++ b/index.html @@ -16,10 +16,17 @@
{{showtimes}} {{#if cinema}}#{{cinema}}{{/if}}
- {{#if imdb_id}}{{/if}} +
+ {{#if cinema}}#{{cinema}}
{{/if}}
+ {{showtimes}}
+
+ {{#if imdb_id}}IMDb{{/if}}
+ {{#if vote_average}}TMDb rating {{vote_average}} ({{vote_count}} vote){{/if}}
+ {{#if videos}}
Trailer {{#each videos}}
+ Link
+ {{/each}}{{/if}}
+
+