2022-02-21 23:25:44 +01:00
|
|
|
{{define "text_upload"}}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{template "meta_tags" "Text upload"}}
|
|
|
|
|
|
|
|
<script>
|
|
|
|
window.api_endpoint = '{{.APIEndpoint}}';
|
|
|
|
</script>
|
2022-10-11 14:42:24 +02:00
|
|
|
<script defer src='/res/svelte/text_upload.js?v{{cacheID}}'></script>
|
2022-02-21 23:25:44 +01:00
|
|
|
</head>
|
|
|
|
<body id="body"></body>
|
|
|
|
{{template "analytics"}}
|
|
|
|
</html>
|
|
|
|
{{end}}
|