{% macro item(a) %}

{{a|safe}}

{% endmacro %} {% macro item2(a) %}

{{a|safe}}

{% endmacro %}
{{ item("Integrated Browser Simulation") }}