diff --git a/README.md b/README.md index b2856c7d..5b9e3c28 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ TEMPLATES = [ + + + housUnus +
+ +
+ danjac @@ -142,6 +149,13 @@ TEMPLATES = [ Real-Gecko + + + simkimsia +
+ KimSia Sim +
+ telenieko @@ -281,7 +295,7 @@ When using the component, you specify what slots you want to fill and where you ```htmldjango {% component_block "calendar" date="2020-06-06" %} - {% slot "body" %}Can you belive it's already {{ date }}??{% endslot %} + {% slot "body" %}Can you believe it's already {{ date }}??{% endslot %} {% endcomponent_block %} ``` @@ -305,7 +319,7 @@ If you want to include a slot's default content while adding additional content, ```htmldjango {% component_block "calendar" date="2020-06-06" %} - {% slot "body" %}{ slot.super }. Have a great day!{% endslot %} + {% slot "body" %}{{ slot.super }}. Have a great day!{% endslot %} {% endcomponent_block %} ```