|
|
@ -2,11 +2,13 @@ package main |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
//"fmt"
|
|
|
//"fmt"
|
|
|
"github.com/gorilla/mux" |
|
|
|
|
|
"homnomnom.fr/jdr-server/jdr" |
|
|
|
|
|
"html/template" |
|
|
"html/template" |
|
|
"log" |
|
|
"log" |
|
|
"net/http" |
|
|
"net/http" |
|
|
|
|
|
|
|
|
|
|
|
"homnomnom.fr/jdr-server/jdr" |
|
|
|
|
|
|
|
|
|
|
|
"github.com/gorilla/mux" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
var templates = template.Must(template.ParseGlob("templates/*.html")) |
|
|
var templates = template.Must(template.ParseGlob("templates/*.html")) |
|
|
|