{% import "macros/test_line.html" as macros_test_line %} {% block title %}{{ config.title }}{% endblock title %}

{{ config.title }}

{% block content %} {% for test_index in range(start=1, end=10)%} {{ macros_test_line::generate(test_number=test_index) }} {% endfor %}
case # use case input
(in section front matter)
expected
(section variable / get_section function)
result
(set manually)
link
{% endblock content %}