Convert commits.ts to a mithril template

8230d6c31f18d043a671114e11ab7e1c69f2f88c

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

Convert commits.ts to a mithril template
js_templates/commits.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 (