if-past.html 97 B

1234
  1. {{$when := .Get 0}}
  2. {{if ge now (time.AsTime $when)}}
  3. {{ .Inner | $.Page.RenderString }}
  4. {{end}}