init: style guide for light theme

This commit is contained in:
efim
2023-09-23 05:55:07 +00:00
parent cee8159c69
commit 7382680fc5
20 changed files with 133 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ case class Routes()(implicit cc: castor.Context, log: cask.Logger)
@cask.get("/")
def hello() = {
val context = new Context()
val yo = engine.process("lala", context)
val yo = engine.process("index", context)
Response(
yo,
headers = Seq("Content-Type" -> "text/html; charset=utf-8")