django-components/tests/templates/incrementer.html
rbeard0330 93b8a7404a
Rework of context handling (#18)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2020-12-28 10:40:35 +01:00

2 lines
No EOL
121 B
HTML

{% load component_tags %}<p class="incrementer">value={{ value }};calls={{ calls }}</p>
{% slot 'content' %}{% endslot %}