#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
Note:
See TracTickets
for help on using tickets.
This is a bug tracker, not a how-to forum.