{% apply spaceless %} {% for board in boards %} {{ settings.url ~ (config.board_path | format(board)) ~ config.file_index }} {% endfor %} {% for board, thread_list in threads %} {% for thread in thread_list %} {{ settings.url ~ (config.board_path | format(board)) ~ config.dir.res ~ link_for(thread) }} {{ thread.lastmod | date('Y-m-d\\TH:i:s') }}{{ timezone() }} {{ settings.changefreq }} {% endfor %} {% endfor %} {% endapply %}