Remove component tag in favour of component_block.

This commit is contained in:
Emil Stenström 2024-02-11 22:08:35 +01:00 committed by Emil Stenström
parent f3350ced11
commit ef6a082238
12 changed files with 101 additions and 108 deletions

View file

@ -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?