| Index: milo/appengine/frontend/main.go
|
| diff --git a/milo/appengine/frontend/main.go b/milo/appengine/frontend/main.go
|
| index a060ae48c2a88fa349b78b86801104bb4354c88c..d91f08ed6b0d922ebd480461e11dc1acc9b199cb 100644
|
| --- a/milo/appengine/frontend/main.go
|
| +++ b/milo/appengine/frontend/main.go
|
| @@ -35,7 +35,7 @@ func init() {
|
| r := router.New()
|
| gaemiddleware.InstallHandlers(r)
|
|
|
| - basemw := common.Base()
|
| + basemw := common.Base("templates")
|
| r.GET("/", basemw, frontpageHandler)
|
|
|
| // Admin and cron endpoints.
|
|
|