{{ define "title" }}timeline{{ end }} {{ define "extrameta" }} {{ end }} {{ define "mainLayout" }}
{{ block "content" . }}{{ end }}
{{ end }} {{ define "content" }}
{{ template "timeline/fragments/newsletter" . }} {{ template "timeline/fragments/goodfirstissues" . }} {{ template "timeline/fragments/trending" . }} {{ template "timeline/fragments/timeline" . }}
{{ end }}