Welcome to mirror list, hosted at ThFree Co, Russian Federation.

section-education.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6c688894cb08050f02e23d41cc82ac71244d217 (plain)
1
2
3
4
5
6
7
8
{{ range .Data.education }}
<div class="item">
	<h2 class="item-title">{{ .name }}</h2>
	<span>{{ .university }}</span><br>
	{{ if .more }}<span>{{ .more }}</span><br>{{ end }}
	<span>{{ .date }}{{ if .gpa }} | GPA: {{ .gpa }}{{ end }}</span>
</div>
{{ end }}