文件名称:scotty-hastache:将 Hastache 模板集成到 Scotty 中
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-25 07:03:54
Haskell
斯科蒂哈斯塔什 将 Hastache 集成到 Scotty - 轻量级 Web 框架/路由器 - 模板的 Haskell 实现 {-# LANGUAGE OverloadedStrings #-} module Main where import Text.Hastache import Web.Scotty.Trans as S import Web.Scotty.Hastache main :: IO () main = scottyH' 3000 $ do setTemplatesDir " templates " -- ^ Setting up the director with templates get " /:word " $ do beam <- param " word " setH " action " $ MuVariable (be
【文件预览】:
scotty-hastache-master
----scotty-hastache.cabal(2KB)
----changelog(605B)
----LICENSE(1KB)
----src()
--------Web()
----Setup.hs(46B)
----examples()
--------templates()
--------hastachetest.hs(349B)
----.gitignore(87B)
----README.md(1KB)