{% import "git.gabrielgio.me/cerrado/pkg/service" %} {% import "context" %} {% code type GitListPage struct { Respositories []*service.Repository About []byte } %} {% func (p *GitListPage) Title(ctx context.Context) %}Git | List{% endfunc %} {% func (p *GitListPage) Navbar(ctx context.Context) %}{%= Navbar(ctx, Git) %}{% endfunc %} {% func (p *GitListPage) Content(ctx context.Context) %}
{% for _, r := range p.Respositories %}

{%s r.Name %}

{%s r.Description %}

log tree refs

{% endfor %}
{%z= p.About %}
{% endfunc %} {% func (p *GitListPage) Script(ctx context.Context) %} {% endfunc %}