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:

Some content in my template

{% block foo %}

A subtitle in my template

{% endblock %} Now in index.html I have: {% extends ""base.html"" %} {% block content %}

Hello World

{% 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