{% import "macros.htm" as macros %} {% set title = "Last " + media_list | length | string + " Videos to watch" %} {{ title }} {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

{{ macros.media_table(media_list) }}