{% macro articleList(title="", quantity="", link="", article="", linkItem="") %}

{{ title }}

{{ quantity }} Articles
{% endmacro %} {% macro articleBlock(link="", title="", text="") %}

{{ title }}

{{ text }}

Read More
{% endmacro %}