{% macro item(a) %}

{{a|safe}}

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

{{a|safe}}

{% endmacro %}
{{ item("Free HTML Version") }} {{ item2("Accessible anywhere") }} {{ item2("Ideal for Students") }} {{ item2("Indexed by Google") }}