fix: remove extra endcall in calendar header template
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 36s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 36s
The premature endcall closed menu_row before desktop_nav, causing a Jinja nesting error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,8 +11,7 @@
|
|||||||
{% from '_types/calendar/_description.html' import description %}
|
{% from '_types/calendar/_description.html' import description %}
|
||||||
{{description(calendar)}}
|
{{description(calendar)}}
|
||||||
</div>
|
</div>
|
||||||
{% endcall %}
|
{% call links.desktop_nav() %}
|
||||||
{% call links.desktop_nav() %}
|
|
||||||
{% include '_types/calendar/_nav.html' %}
|
{% include '_types/calendar/_nav.html' %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
Reference in New Issue
Block a user