Convert commit.ts to a mithril template

7d2ffa80003d332bc0d6f4a4ab41aa34b5b50bb4

Tucker McKnight <tucker@pangolin.lan> | Sun Jan 25 2026

Convert commit.ts to a mithril template
js_templates/commit.ts:1
Before

0
1
i⁣
⁣
mport {NavHelper} from './helpers/nav.ts'

export default async (
After
0
1
2
3
import m from 'mithril'
import render from 'mithril-node-render'
import {NavHelper} from './helpers/nav.ts'

export default async (