pcjs/_includes/page-scripts.html

8 lines
234 B
HTML

{% comment %}
Used by pages like the one in /api/v1/dump/ to simulate a client-side API.
{% endcomment %}
{% for script in page.scripts %}
<script type="text/javascript" src="{{ site.baseurl }}{{ script }}"></script>
{% endfor %}