mirror of
https://github.com/django-components/django-components.git
synced 2025-10-09 13:40:18 +00:00
Remove component tag in favour of component_block.
This commit is contained in:
parent
f3350ced11
commit
ef6a082238
12 changed files with 101 additions and 108 deletions
|
@ -5,7 +5,7 @@
|
|||
{% component_css_dependencies %}
|
||||
</head>
|
||||
<body>
|
||||
{% component "calendar" date=date %}
|
||||
{% component_block "calendar" date=date %}{% endcomponent_block %}
|
||||
{% component_block "greeting" name='Joe' %}
|
||||
{% fill "message" %}
|
||||
Howdy?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue