diff --git a/src/invidious.cr b/src/invidious.cr index 545b3fe7..dc0bc303 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -133,10 +133,6 @@ spawn do end end -macro templated(filename) - render "src/views/#{{{filename}}}.ecr", "src/views/layout.ecr" -end - get "/" do |env| templated "index" end