diff --git a/index.html b/index.html index 15d8709..4776066 100755 --- a/index.html +++ b/index.html @@ -16,10 +16,17 @@
  • {{#link-to 'groups'}}Theaters{{/link-to}}
  • {{#link-to 'api'}}API{{/link-to}}
  • {{#link-to 'about'}}About{{/link-to}}
  • -
  • +
    +
    + + + + +
    +
    {{outlet}} @@ -101,8 +108,18 @@ {{#if poster_path}}
    {{/if}} -

    {{movie}} {{#if imdb_id }}{{/if}} {{audio}} on {{format-date date}}

    -

    {{showtimes}} {{#if cinema}}#{{cinema}}{{/if}}

    +

    {{movie}} {{audio}} on {{format-date date}}

    +

    + {{#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}} +
    +

    {{else}} @@ -186,7 +203,8 @@ - + +