{% extends "base.html" %} {% from 'utils.html' import make_tabs %} {% macro movie_list() %} {% for movie in movies|sort(attribute='sortTitle') %}