﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2721	[patch] Allow block tags to be commented out	Chris Beaven	Adrian Holovaty	"Rather than having a new tag for comments (see ticket #648), it would be useful to be able to comment out block tags in code (this could be easily extended to variable tags too).

This is could provide the similar functionality as #648 since you can use the block tag as a comment, `{%# MY COMMENT %}`, without requiring a new template tag format.

Example:
{{{
{% #if female - always show for now %}
<p>You're a girl!</p>
{% #endif %}
}}}"	enhancement	closed	Template system		normal	wontfix			Unreviewed	1	0	0	0	0	0
