{{ template "jam_2024_learning_base.html" . }} {{ define "content-top" }}
Learning Jam
Learn
March 15-17, 2024
Share
March 22-24, 2024
{{ if and (eq .DaysUntilStart 0) (gt .DaysUntilEnd 0) }} {{ if .SubmittedProjectUrl }} Share your progress {{ else }} Create your project {{ end }} {{ end }} Join the Discord
{{ end }} {{ define "content" }}

Recent activity

{{ if .TimelineItems }} {{ range .TimelineItems }}
{{ if .OwnerAvatarUrl }} {{ end }}
{{ .OwnerName }}
{{ timehtml (relativedate .Date) .Date }}
{{ if .Description }}
{{ trim .Description }}
{{ end }} {{ range .EmbedMedia }}
{{ if eq .Type mediaimage }} {{ else if eq .Type mediavideo }} {{ if .ThumbnailUrl }}
{{ end }}
{{ end }} {{ else }} Be the first! {{ end }}
{{ end }}