Remove macro

This commit is contained in:
Omar Roth 2018-03-07 22:15:21 -06:00
parent 4ae88cd286
commit fd1bd35b42
1 changed files with 0 additions and 4 deletions

View File

@ -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