﻿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
18888	Block append / prepend template tags	Jonathan Buchanan	nobody	"Add {% append %} and {% prepend %} tags which act the same as {% block %} in a child template, but which implicitly insert {{ block.super }} before or after the child template's block contents, respectively.

I've [https://github.com/visionmedia/jade/#a12 made use of this feature in Jade] and found it nice for blocks which often collect content as they go down the inheritance chain, like script blocks in <head> and before <body>.

It's not so much that having to use {{ block.super }} is annoying or tiresome in any way, but having used them elsewhere, the semantics of append/prepend tags just ''feel'' nice in templates."	New feature	closed	Template system	1.4	Normal	wontfix	template blocks		Design decision needed	0	0	0	0	0	0
