8 lines
356 B
HTML
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 }}
|