Rename 'layout' to 'template'

このコミットが含まれているのは:
Omar Roth 2018-08-15 20:31:47 -05:00
コミット b72f3c2274
2個のファイルの変更1行の追加1行の削除

ファイルの表示

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