{{ if .Site.Params.summary.enable }} {{ partial "summary.html" . }} {{ end }}
{{ if .Site.Params.experience.enable }}
{{ partial "experience.html" . }}
{{ end }}
{{ if .Site.Params.projects.enable }}
{{ partial "projects.html" . }}
{{ end }}
{{ if .Site.Params.information.enable }}
{{ partial "information.html" . }}
{{ end }}
{{ partial "sidebar.html" . }}
{{ if .Site.Params.social.enable }} {{ partial "social.html" . }} {{ end }}