mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
13 lines
No EOL
307 B
HTML
13 lines
No EOL
307 B
HTML
<div class="calendar-component">
|
|
<div>Today's date is <span>{{ date }}</span></div>
|
|
<div>Your to-dos:</div>
|
|
<ul>
|
|
<li>
|
|
{% component_block "todo" %}
|
|
{% fill "todo_text" %}
|
|
Stop forgetting the milk!
|
|
{% endfill %}
|
|
{% endcomponent_block %}
|
|
</li>
|
|
</ul>
|
|
</div> |