Rename 'layout' to 'template'

pull/116/head
Omar Roth 6 years ago
parent 74cf3d18d0
commit b72f3c2274

@ -9,7 +9,7 @@ macro add_mapping(mapping)
DB.mapping({{mapping}})
end
macro templated(filename, template = "layout")
macro templated(filename, template = "template")
render "src/invidious/views/#{{{filename}}}.ecr", "src/invidious/views/#{{{template}}}.ecr"
end

Loading…
Cancel
Save