﻿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
3799	Lorem ipsum template tag	Sascha Peilicke	Adrian Holovaty	"Hello, everybody knows the ""Lorem ipsum ..."" text usually used to test templates. Wouldn't it be good to have a django built-in variable which displays this text. I have to test lots of templates and pasting this text in and deleting later is silly work. You could use it if you declare some blocks in your ""base.html"" and fill them with ""Lorem ipsum"" per Default, so that everybody can see how a template looks and works. I think it would be best if this placeholder is only displayed in DEBUG-mode.

here is an example of what i mean:

<body>
  {%block content %}{{ placeholder }}{{% endblock %}
</body>

instead of

<body>
  {%block content %}content goes here{{% endblock %}
</body>"		closed	Template system	dev		fixed	Lorem ipsum, Template, Debug mode		Ready for checkin	1	0	0	0	0	0
