Skip to content

Commit

Permalink
Add example (does not change anything)
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Nov 1, 2024
1 parent dadd67e commit 9a6bee3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<link rel="canonical" href=".">
{% endblock %}

{% block scripts %}
<!-- Add scripts that need to run before here -->
{{ super() }}
<!-- Add scripts that need to run afterwards here -->
{% endblock %}

{% block content %}
{{ super() }}

Expand Down

0 comments on commit 9a6bee3

Please sign in to comment.