Hi,
I think template tag like in JSX is very useful, for example:
> card.html
<div>
<h1>{{ title }}</h1>
<p>{{ component.children }}</p>
</div>
> index.html
{% component './card.html' with title='Foo' %}
Bar
{% endcomponent %}
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/ff75ddef-2267-44f5-89f7-9b8ebf1460efn%40googlegroups.com.