aboutsummaryrefslogtreecommitdiff
path: root/src/guff/views/page.cr
blob: 16f9b0585f74ca0fdb6cf5fe8545187590863ad9 (plain)
1
2
3
4
5
6
7
class Guff::Views::PageView < Guff::Views::HTMLView
  def initialize(context : Context, @item : Hash(String, String))
    super(context)
  end

  ECR.def_to_s("src/views/page.ecr")
end