@(table: &Vec>) @for row in table{ @for col in row { } }
@col