Re: [go-nuts] How to make bootstrap style reflect on golang template

2016-07-12 Thread Josh Kamau
If you inspect the browser console, are you serving the bootstrap css ?? I normally do something like this: mux.Handle("/assets/", http.StripPrefix("/assets/", http.FileServer(http.Dir("./assets" And then my css link will be /assets/bootstrap/css/bootstrap.min.css where 'assets' is my public

[go-nuts] How to make bootstrap style reflect on golang template

2016-07-11 Thread babsake
i have been having major issues making bootstrap style reflect on my html/template output and i'm wondering if there's any other way to go about this. my code below INDEX.HTML {{define "head"}}Dead Or Injured {{end}} {{define