--- layout: cypress title: Elements/Table --- {% capture table_content %} {% for j in (1..10) %} {{ j }} {% endfor %} {% for i in (1..5) %} {% for j in (1..10) %} {{ j | times: i }} {% endfor %} {% endfor %} {% for j in (1..10) %} {{ j }} {% endfor %} {% endcapture %} {{ table_content }}
{{ table_content }}
{{ table_content }}
{{ table_content }}
{{ table_content }}