crystal-gauntlet/src/template_endpoints/index.cr

8 lines
173 B
Crystal

require "ecr"
include CrystalGauntlet
CrystalGauntlet.template_endpoints[""] = ->(context : HTTP::Server::Context): String {
ECR.render("./public/template/index.ecr")
}