forgejo/templates/playground/pyscript.tmpl
2024-05-13 11:48:02 +02:00

11 lines
366 B
Go HTML Template

{{template "base/head" .}}
{{template "playground/header" .}}
<input type="text" id="english" placeholder="Type English here..." />
<button py-click="translate_english">Translate</button>
<div id="output"></div>
<script type="py" src="{{AssetUrlPrefix}}/pyscript/main.py" config="{{AssetUrlPrefix}}/pyscript/pyscript.json"></script>
{{template "base/footer" .}}