﻿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
2908	include template tag not allowing block tags	anonymous	Adrian Holovaty	"My assumption is the include ""template.html"" template tag would allow you to specify block's within the included file.

For example, in template.html I have:

<h2>Some content in my template</h2>
{% block foo %}
<h3>A subtitle in my template</h3>
{% endblock %}

Now in index.html I have:
{% extends ""base.html"" %}
{% block content %}
<h1>Hello World</h1>
{% include ""template.html"" %}
{% endblock %}

I would think it would be in good practice to allow me to then do a {% block foo %} within the index.html that would override what was in template.html"	defect	closed	Template system	dev	normal	wontfix			Unreviewed	0	0	0	0	0	0
