Files
goTorrent/templates/test.tmpl

12 lines
229 B
Cheetah

{{define "base"}}
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<div id=app></div>
</body>
<footer><script type="text/javascript" src="/static/js/bundle.js"></script></footer>
</html>
{{end}}