Is it possible to exclude certain lines in templates? For example: ``` {% comment "foo" %} some commented out stuff {% endcomment %} ``` This will show up in the report as missing lines. I tried adding `{# pragma: no cover #}` but it did not work.
Is it possible to exclude certain lines in templates?
For example:
This will show up in the report as missing lines.
I tried adding
{# pragma: no cover #}but it did not work.