{% filter remove_whitespace %} {% 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-%dT%H:%M:%S') }}{{ timezone() }} {{ settings.changefreq }} {% endfor %} {% endfor %} {% endfilter %}