{% code type GitItemPage struct { } %} {% func insertIfEqual(s, d Selection) %}{% if s == d %} selected{% endif %}{% endfunc %} {% func Navbar (s Selection) %} {% endfunc %} {% func (p *GitItemPage) Title() %}Git | List{% endfunc %} {% func (p *GitItemPage) Navbar() %}{%= Navbar(Git) %}{% endfunc %} {% func (p *GitItemPage) Content() %}

AoC2022.git

{% endfunc %} {% func (p *GitItemPage) Script() %} {% endfunc %}