11 lines
366 B
Go HTML Template
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" .}}
|