Back to Materialize

If Past

doc/user/layouts/shortcodes/if-past.html

12396 B
Original Source

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