Files
website/layouts/partials/react/core.html
T

8 lines
356 B
HTML
Raw Normal View History

2025-03-26 23:12:54 -07:00
<!-- React Core Libraries -->
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- Load the htmlwidgets runtime -->
{{ with .Resources.GetMatch "htmlwidgets.js" }}
<script src="{{ .RelPermalink }}"></script>
{{ end }}