Convering client to react-router.

Этот коммит содержится в:
Christopher Speller
2016-02-08 07:26:10 -05:00
родитель 08f0800ade
Коммит d7cdcf082f
183 изменённых файлов: 3433 добавлений и 5091 удалений

12
templates/authorize.html Обычный файл
Просмотреть файл

@@ -0,0 +1,12 @@
{{define "authorize"}}
<html>
{{template "head" . }}
<body>
<div id="authorize">
</div>
<script>
window.setup_authorize_page({{.Props}});
</script>
</body>
</html>
{{end}}