!
本記事は Vim 駅伝 の 8/15 の記事です。
前回は8/13のyasunori0418さんによるnvim-treesitterのmainブランチ移行という記事でした。
Tutorial
https://templ.guide/
templはGolangで書かれたHTML出力用のDSLです。
あらかじめ次のコマンドでtemplを導入しておきましょう。
$ go install github.com/a-h/templ/cmd/templ@latest
では構文を確認してみましょう。
package main
import “fmt”
templ diaryCard(em…
Source link
Views: 0