{% macro button(text, target) %}
    <a class="add-new-h2" href="#{{ target }}">{{ text }}</a>
{% endmacro %}