Skip to content

Commit

Permalink
Remove {% spaceless %} around {% block "content" %}`
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Feb 14, 2024
1 parent c7e34a2 commit bfd3b74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions djangocms_frontend/templates/djangocms_frontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
{% block page_head %}{% endblock %}
</head>
<body {% block body_attrs %}{% endblock %}>
{% endspaceless %}{% cms_toolbar %}{% spaceless %}
{% block navbar %}{% endblock %}
{% endspaceless %}{% cms_toolbar %}{% block navbar %}{% endblock %}
{% block content %}
<section>
{% placeholder "Page Content" %}
</section>
<footer>
{% static_placeholder "Footer" %}
</footer>
{% endblock content %}
{% endblock content %}{% spaceless %}
{% block base_js %}{% endblock %}
{% endspaceless %}{% render_block 'js' %}{% spaceless %}
{% block end_js %}{% endblock %}
Expand Down

0 comments on commit bfd3b74

Please sign in to comment.