Skip to content

Commit

Permalink
remove duplicate blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Dec 7, 2023
1 parent f42b327 commit 0017eea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layout/_template.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,8 @@ const FULL_EXAMPLE = `
{% endblock %}
{% block head %}Some head content{% endblock %}
{% block bodyStart %}Some bodyStart content{% endblock %}
{% block preHeader %}Some preHeader content{% endblock %}
{% block preFooter %}Some preFooter content{% endblock %}
{% block bodyEnd %}Some bodyEnd content{% endblock %}
{% block scripts %}<script src="random-script.js"></script>{% endblock %}
`;

Expand Down

0 comments on commit 0017eea

Please sign in to comment.