diff --git a/templates/table.html b/templates/scores.html
similarity index 100%
rename from templates/table.html
rename to templates/scores.html
diff --git a/tablizer.go b/tildescores/scores.go
similarity index 98%
rename from tablizer.go
rename to tildescores/scores.go
index 756c30d..047a147 100644
--- a/tablizer.go
+++ b/tildescores/scores.go
@@ -318,7 +318,7 @@ func generate(title string, table *Table, outputFile string) {
}
w := bufio.NewWriter(f)
- template, err := template.New("").Funcs(funcMap).ParseFiles("templates/table.html")
+ template, err := template.New("").Funcs(funcMap).ParseFiles("../templates/scores.html")
if err != nil {
panic(err)
}