Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11769 closed (invalid)

Include tag with insert code blocks

Reported by: Stacky Owned by: nobody
Component: Template system Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

What with this usecase? How to implement something like this?

{% template "some/template.htm" %}
   {% content top %}some html{% endcontent %}
   {% content bottom %}some html{% endcontent %}
{% endtemplate %}

>>>>some/template.htm>>>>>>

html

{% content top %}{% endcontent %}

html

{% content bottom %}{% endcontent %}

html

Change History (2)

comment:1 by James Bennett, 15 years ago

Resolution: invalid
Status: newclosed

This is a bug tracker, not a how-to forum.

comment:2 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top