{% macro templateCommentStart(path) %}
    {{ '<!-- Template: ' ~ path ~ ' -->' }}
{% endmacro %}

{% macro templateCommentEnd(path) %}
    {{ '<!-- End of Template: ' ~ path ~ ' -->' }}
{% endmacro %}