diff --git a/commands/template/template.go b/commands/template/template.go index 9a9a3c1..2052b20 100644 --- a/commands/template/template.go +++ b/commands/template/template.go @@ -28,11 +28,12 @@ const ( var ( allowedExtensions = []string{ - // Text + // Templates / Text ".md", ".txt", ".html", ".htm", + ".cshtml", ".rtf", // Configuration ".json",