Files
website/layouts/partials/react/core.html
T
2025-03-26 23:19:15 -07:00

8 lines
356 B
HTML

<!-- 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 }}