Files
goTorrent/templates/home.tmpl

22 lines
397 B
Cheetah

{{define "base"}}
<!DOCTYPE html>
<html lang="en">
<head>
<title>torrent-project</title>
<script type="text/javascript" src="/static/js/kickwebsocket.js"></script>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
</head>
<body>
<div id=app></div>
<script type="text/javascript" src="/static/js/bundle.js"></script>
</body>
</html>
{{end}}