redstrate.com/themes/red/layouts/shortcodes/three-scene.html

5 lines
142 B
HTML
Raw Normal View History

2023-07-02 20:19:13 -04:00
{{ $path := .Get 0 }}
{{ $id := .Get 1 }}
<div class="threejs-canvas" id="{{ $id }}"></div>
<script type="module" src="{{ $path }}"></script>