NAME
Dotiac::DTL::Tag::comment - The {% comment %} tag
SYNOPSIS
Template file:
{% comment %}
This text will never be seen
{% endcomment %}
DESCRIPTION
Ignores everything between {% comment %} and {% endcomment %}.
BUGS AND DIFFERENCES TO DJANGO
The part between {% comment %} and {% endcomment %} still has to be valid.
Use {# ... #} for another type of comment.
Not really a bug, but everything in this tags will also be compiled to perl, but optimized away by the perl parser.
SEE ALSO
http://www.djangoproject.com, Dotiac::DTL
LEGAL
Dotiac::DTL was built according to http://docs.djangoproject.com/en/dev/ref/templates/builtins/.
AUTHOR
Marc-Sebastian Lucksch
perl@marc-s.de